运行android项目时提示:android library projects cannot be launched

来源:互联网 发布:手机淘宝店面 编辑:程序博客网 时间:2024/05/20 09:24

问题: 运行android项目时提示:android library projects cannot be launched

解决办法:

右键项目->properties->Android->Is Library 的勾去掉再次尝试运行项目run as android application.

参考链接: 

http://jingyan.baidu.com/article/636f38bb3df187d6b9461048.html

0 0