0

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

user3251646
  • 278
  • 4
  • 15

1 Answers1

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