Getting Error in using parse SDK library in sample Android App

后端 未结 2 547
栀梦
栀梦 2021-01-20 15:31

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

相关标签:
2条回答
  • 2021-01-20 15:42

    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.

    0 讨论(0)
  • 2021-01-20 15:49

    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

    0 讨论(0)
提交回复
热议问题