0

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. enter image description here enter image description here

abdllhcay
  • 29
  • 6

2 Answers2

0

In my Case same problem connect to internet and install all needed tools and try again some of your android tools left to build new project for you

Shah zeb
  • 1
  • 1
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
  • 503
  • 5
  • 23
  • 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