ADT Bundle Fails to Create New Activities

谁说胖子不能爱 提交于 2019-12-24 11:28:05

问题


I am using the ADT bundle (build v22.3) on Mac.

I followed the screenshot below to create a new activity:

from this guide: http://developer.android.com/training/basics/firstapp/starting-activity.html

However, once I press “Finish” no activity is created. There isn't even a sign of the activity in the manifest or R.java files.


回答1:


I had the same problem. First wipe(remove) all the things about ADT and Eclipes. Then again start to configure/install ADT bundle and Eclipes step by step. And I think it's better try to find different Eclipes version and do it.(Different Eclipes version only).

After installed Eclipes and related tools, install Android SDK platform with one android version for check whether the problem was solved or not. I used Android 2.3.3 (Gingerbread).

It worked for me. And hope it will solve your matter too. :D



来源:https://stackoverflow.com/questions/22413155/adt-bundle-fails-to-create-new-activities

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!