Android Studio 3.1.4 doesn't ask for activity selection while opening. When I select to create a Java project, an empty project was created with no main, manifest or gradle files. Even I can't create any activities manually. What should I do?. Here some screenshots.
Asked
Active
Viewed 130 times
0

abdllhcay
- 39
- 6
-
After File -> New -> New project you should see a totally different dialog. Something seems to be broken with your AS installation. – Henry Aug 15 '18 at 11:03
-
I reinstalled AS but nothing changed. Any suggestions? – abdllhcay Aug 15 '18 at 12:45
1 Answers
0
I have the same problem few weeks ago . I deleted older version of Android Studio and installed latest update from Google Developer Site and followed all steps for downloading latest SDK and Build tools

xaif
- 553
- 6
- 27
-
I removed AS with instructions in [this post](https://stackoverflow.com/questions/39953495/how-to-completely-uninstall-android-studio-from-windowsv10) and I reinstalled. Worked greatly! – abdllhcay Aug 16 '18 at 09:03