Here i am doing something with 3rd party sdk named parse sdk
which provides some api for Android Platform.
I gone through this link and try to do some s
Add the downloaded .jar
file to your libs folder. Then in eclipse, right click on the .jar
file and select "add to build path"
. Then run your project again. This should solve it.
I spent a few hours on the same issue and this helped the issue.
Libraries do not get added to APK anymore after upgrade to ADT 22