“Android library projects cannot be launched”?

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

    It says “Android library projects cannot be launched” because Android library projects cannot be launched. That simple. You cannot run a library. If you want to test a library, create an Android project that uses the library, and execute it.

提交回复
热议问题