“Android library projects cannot be launched”?

后端 未结 8 1235
梦毁少年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

    our project surely is configured as "library" thats why you get the message : "Android library projects cannot be launched."

    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.

提交回复
热议问题