前言:
在学校中应要求安装了eclipse,浪费了好多时间,所以做个总结,里面有遇到的问题,我通过百度搜索了好多方法,其中有效的方法如下,以及遇到的问题如下。
1.环境安装:
转载:https://blog.csdn.net/m0_37624499/article/details/88566059
2.新建项目:
1.file -> New -> other -> Android->Android Application Project->next
会弹出对话框,里面的内容解释如下:
填写完基本信息之后,
如果target里面没有自己的AVD(虚拟机)自己新建一个,点击 Manager->create 配置信息如图所示
最后运行:点击 run(绿色图标)
3.遇到的坑
1创建Android工程出现错误 res\values\styles.xml:7: error: Error retrieving parent for item: No resourc
解决方法:转载:https://blog.csdn.net/weixin_42229410/article/details/82453803