I am trying to install an FPC program on to android device by following this article.
While creating .dex
file by giving the input as .jar
(classes.jar
) file, it is giving the following error.
MacBookPro:src Sreehari$ /Library/android-sdk-macosx/build-tools/23.0.2/dx --dex --output=bin/classes1.dex eu/blaisepascal/skeletonapp/skeltonapp.jar Uncaught translation error: com.android.dx.cf.code.SimException: local 0002: invalid 1 error; aborting
I have seen on internet that it is because of not giving pro-guard, is it true? How do I give pro-guard?