Adding a external jar reference in Android.mk
Posted
by Karan
on Stack Overflow
See other posts from Stack Overflow
or by Karan
Published on 2010-04-08T07:46:24Z
Indexed on
2010/04/08
7:53 UTC
Read the original article
Hit count: 643
android
I want to add a external third party jar file in the inbuilt android app.
I've added the LOCAL_CLASSPATH variable in Android.mk due to which the compilation goes fine. But during runtime, it is not able to find the class definiation which is in the JAR.
Which is the variable I need to set to add the third party JARs in the .dex/.apk ?
TIA.
© Stack Overflow or respective owner