当前位置: 代码迷 >> Android >> eclipse导入android项目运行不起来解决思路
  详细解决方案

eclipse导入android项目运行不起来解决思路

热度:71   发布时间:2016-05-01 21:49:18.0
eclipse导入android项目运行不起来

把在公司的一个小实验考到自己机子上面,通过eclipse导入,死活运行不起来,以下是logcat的一些输出,请求指点

05-23 15:05:04.548: INFO/ActivityManager(63): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=bruce.zhao.mp3player/.MainActivity }


05-23 15:05:04.548: WARN/ActivityManager(63): Permission Denial: starting Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=bruce.zhao.mp3player/.MainActivity } from null (pid=-1, uid=-1) requires android.permission.INTERNET


05-23 15:05:04.548: INFO/AndroidRuntime(1753): AndroidRuntime onExit calling exit(1)

------解决方案--------------------
clean一下应该就没问题了吧
  相关解决方案