Why is my code not updating on my app? (After updated eclipse)

浪子不回头ぞ 提交于 2019-12-05 13:09:37

Go into the SDK Manager and install the Android SDK Build-Tools in the Tools folder.

This is new to SDK revision 22. In the update text for rev 22 is this:

• Changed the structure of the SDK by adding a new build tool SDK Component, which is based on the existing platform-tools component. This change decouples the build tools versions from the IDE versions, allowing updates to the tools without requiring an IDE update.

Because of this update, the tool to build APK's was not included in your SDK update, since it is now a standalone item. As such, your APK would not have been updated, but would still install since it had an existing APK already built.

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