Updating to Android SDK Tools R22

前提是你 提交于 2019-12-03 00:48:30
VShcryabets

Check this Android Sdk tools Revision 22 issue?. "I found that I needed to check all of the boxes in the order/export tab of the Java Build Path for the project - and each library -- to properly compile and run the app on a device." - should helps.

The workaround here worked for me

OK. I also had a Simillar kind of Problem.

Like say If you have library project as google-play-services_lib before updating than might happen that your library code has been also updated after updating your SDK.

You Should Remove that library project from your Workspace and Import again from the source folder like in my case i had to import from /android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib. Add reference of your library path to you android app project. clean and build your Project.

Hope this Helps.

you should try to upgrade eclipse.

1) Get the new imports via the Android SDK Manager 2) Check for updates in the Eclipse repository: help/check for updates

That would "for real" upgrade the SDK version in your configs.

Dunno if the other steps pointed by VShcryabets are needed, i had them before.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!