美文网首页
Android--常见问题总结

Android--常见问题总结

作者: GaryHuang | 来源:发表于2016-09-19 09:46 被阅读19次

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

未选中工程.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的 第一种方法尝试如下:
第一种方法.png

相关文章

网友评论

      本文标题:Android--常见问题总结

      本文链接:https://www.haomeiwen.com/subject/lzbcsttx.html