Android--常见问题总结

一.出现以下提示
the section cannot be launched and there are no recent launches
当项目中出现

Android--常见问题总结_第1张图片
未选中工程.png

修改方法:
选中需要运行的工程即可
二.出现的以下情况
No enclosing instance of type TestDog is accessible. Must qualify the allocation with an enclosing instance of type TestDog (e.g. x.new A() where x is an instance of TestDog).
解决方法:
http://www.tuicool.com/articles/RFrANzr
第二种方法我测试OK的 第一种方法尝试如下:
Android--常见问题总结_第2张图片
第一种方法.png

你可能感兴趣的:(Android--常见问题总结)