
android(eclipse)
lematin
这个作者很懒,什么都没留下…
展开
-
纠错:intent.setClass()
在eclipse上用Intent出错:The method setClass(Context, Class<?>) in the type Intent is not applicable for the arguments (new View.OnClickListener(){}, Class)下面是错误代码:错误提示:错误原因:是在内部类中(比如事件监听类OnClic...原创 2019-04-05 21:34:16 · 711 阅读 · 0 评论 -
纠错:Failed to load D:\install\adt-bundle-windows-x86_64-20140702\sdk\build-tools\28.0.3\lib\dx.jar
在eclipse运行android程序报错:Failed to load D:\install\adt-bundle-windows-x86_64-20140702\sdk\build-tools\28.0.3\lib\dx.jarUnable to build: the file dx.jar was not loaded from the SDK folder**错误原因:加载dx.j...原创 2019-04-06 00:48:36 · 2761 阅读 · 0 评论 -
在eclipse建立简易android程序
开发工具:eclipsestep1:打开eclipsestep2:File->New->Other->Android->Android Application Project,点击nextstep3:填写相关信息,nextMinimum required SDK:程序可以运行的最低sdk版本需求(不要设太低)Target SDK:程序最希望在哪个版本运行com...原创 2019-04-06 00:54:48 · 6264 阅读 · 0 评论