Reputation: 67
I am new to Ubuntu and Android, and I tried to install Android Studio and succeeded in that matter, but when I click Start a new project nothing happens. I tried reinstalling, but it didnt help. Any ideas?
EDIT: i managed to create project manually using terminal, but in android studio I still cant create project nor edit existing project (some IDE error is thrown)
Upvotes: 0
Views: 821
Reputation: 1276
After successfull installation of Android studio,sdk and jdk i was not able to open new project in Android in Android Studio on windows 7. This got resolved by doing the below settings, Configure -> Project Defaults -> Project Structure -> Platform Settings (SDK) choose the Android SDK >click Apply and Ok.
You are good to go. Please note that you need jdk 1.7 to work with Android studio.
Upvotes: 0
Reputation: 253
You should be more specific (screenshot or quotes of error), so try this:
In Android Studio, go to Configure -> Project Defaults -> Project Structure -> Platform Settings (SDK) choose the Android SDK, set the build target and click on apply.
Upvotes: 2