1

I want to start learning Android programming and recently downloaded the Android Studio. Now if I want to start a new project, I can't get past this initial screen. Whenever I click next, the window just jerks, which I guess is indicating that I am doing something wrong. So how can I solve this problem?

Android Studio Project Wizard

Note: I am a total beginner but I am genuinely trying to learn and searching the web for the problem didn't give me any solution.

2 Answers2

0

I guess something is wrong with your Android Studio / JDK installation. In the status bar on the bottom, I can see a NullPointerException. I think this is the cause. Try to open the Android Studio Log and hopefully the error is better explained there.

How to find Android Studio Log

Community
  • 1
  • 1
Christopher
  • 9,682
  • 7
  • 47
  • 76
0

Maybe you have unknown characters in your package name like "ı,ö,ü" ? And you may want to watch a android starter tutorial video which has a part about starting a project to see if you are doing something wrong?

If it couldn't be a good answer sorry for it but that's all i can offer :3

Taha Sümer
  • 25
  • 11
  • Please use comments for vague statements. – B001ᛦ Aug 29 '16 at 08:19
  • Yeah in fact i agree but there is not a "add comment" button under the question i dont know why – Taha Sümer Aug 29 '16 at 08:21
  • @TahaSümer You can't comment because you need 50 reputation points do do so. Please see [Why do I need 50 reputation to comment? What can I do instead?](http://meta.stackexchange.com/q/214173/204841). – Modus Tollens Aug 29 '16 at 08:23