Reputation: 121
Hi I'm having a problem in creating a configuration in Android. Last week this one is still working and i can able to run it but opening it today the configuration is unknown already. I didn't do anything for the codes last week I just run it.
Here's the screenshot of my Run/Debug Configurations.
I tried creating new application run/debug configuration but running it display
I'm using Android Studio and I'm new in this project android.
Thank you in advance
Upvotes: 1
Views: 2868
Reputation: 1161
You need to set the JDK for your project and/or modules.
Open the project settings (File->Project settings...).
Most of the time you just need to set the project sdk (to your java sdk) and configure the modules to use the project sdk. Probably one of those settings is missing.
Upvotes: 2