Recently updated my ADT to version 23
but there are some problems
After creating project the activity is empty and source also empty .
What is the problem how o resolve this ???
Thnaks in advance
Asked
Active
Viewed 120 times
0

user3251646
- 278
- 4
- 15
-
There's a bug with the new ADT I think. Why not go ahead and create the files yourself ? – Shivam Verma Jul 01 '14 at 04:31
1 Answers
0
Here are some alternatives to try until the issue is fixed.
In eclipse, create new android application and then right click in the src folder -> new -> other -> Android Activity.
Another way would be manually creating the classes and layout files and registering them in manifest.
Creating Activity through manifest.
Another obvious solution, create the classes and layout files using a file explorer and a text editor outside eclipse, of course in your project folder, and refresh the folder inside eclipse.
I have answered the same question here: src + Layout no longer auto generated in Eclipse

Community
- 1
- 1

Abhishek Verma
- 366
- 2
- 13
-
@abishek: created class and activity under that tab , but how to import the gen[Generated java files] – user3251646 Jul 01 '14 at 04:41
-
Have you created the class files using first method in the SRC folder or the second? – Abhishek Verma Jul 01 '14 at 04:44
-
Under src folder created the class file Under the layout folder created the activity – user3251646 Jul 01 '14 at 04:49
-
I am not getting you, but may be cleaning the project fixes the issue. – Abhishek Verma Jul 01 '14 at 04:56
-
Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/56569/discussion-between-abhishek-verma-and-user3251646). – Abhishek Verma Jul 01 '14 at 04:57