Upgraded to SDK version 17, now libraries don't link correctly

会有一股神秘感。 提交于 2019-12-08 11:22:29
user1286653

It's a problem with libraries in ADT17.

ADT 17 changes how libraries are dealt with. Unfortunately, it doesn't handle this automatically when you upgrade, nor let you know before you try to run it. In order to fix this, you need to:

  1. Remove all things from the build path.
  2. Create a folder named libs.
  3. Place all of your library functions in this folder.

Do all of this, and your project should build fine.

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