本帖最后由 HawkOfWinter 于 2012-05-16 22:44:37 编辑

解决方案 »

  1.   

    驱动问题OK后,WIN7的右下工具栏,连手机后有个“M图标MotoConnect”。此时,右击项目后,点环境菜单Debug As->Android Application后,运行会在手机里了。不知为何,调试不行,打了断点也不停下来?
      

  2.   

    驱动问题OK后,WIN7的右下工具栏,连手机后有个“M图标MotoConnect”。此时,右击项目后,点环境菜单Debug As->Android Application后,运行会在手机里了。不知为何,调试不行,打了断点也不停下来?
      

  3.   

    Android手机不能使用调试模式 初次在用Android手机调试Android程序的时候控制台会显示以下内容:
    Device 'OPhone-5DFEC3B5' requires that applications explicitely declare themselves as debuggable in their manifest.
    Application 'com.test' does not have the attribute 'debuggable' set to TRUE in its manifest and cannot be debugged.
     解决这个问题我们需要到Android.manifest 文件中添加Debug项目,也就是在可视化界面选择application选项卡然后将Debugable的值设置为true