The Android app I'm currently developing needs to use a third-party jar Hessian-4.0.1.jar, so I added the jar to the project and Export it through order and. For inspection.
Order and Export hints that all classes from the third-party jar are not joined to the running environment.
How can I use third-party jars correctly and quickly in Android engineering? I'm not very good with Ant and Maven.
Processing methods
Here is a good way to effectively add a third-party jar to Android projects
Create a libs directory in the project
Add your third-party jar to Libsmul
The jar is then added to the classpath through the build path > Add to Build Path
After you've done the steps above, you won't be able to find class.
Original address: http://www.itmmd.com/201410/89.html
This article by Meng Meng's IT person to organize the release, reprint must indicate the source.
Android app Development, how to use/introduce third party extension jar