“Android library projects cannot be launched”?

后端 未结 8 1243
梦毁少年i
梦毁少年i 2020-12-07 17:24

Now I am totally confused by this error message: Android library projects cannot be launched.

I carefully checked the build path and library, every

8条回答
  •  清歌不尽
    2020-12-07 18:06

    right-click in your project and select Properties. In the Properties window -> "Android" -> uncheck the option "is Library" and apply -> Click "ok" to close the properties window.

    This is the best answer to solve the problem

提交回复
热议问题