0

When I started Android Studio I saw that the 'Play' Button was disabled (Gray Color).

I found out that it's a Problem of my Debug Configuration

I clicked on the Edit Config button , I had none ...

I can't find any guide of how to create new Configuration

Even Android Studio's website says :

  • Modify the configuration, as needed.*

Ok... How do you edit it? And what do you edit ?

Maybe this is something realted ? :

defaultConfig {
    applicationId "com.example.discopc.yubismart"
    minSdkVersion 19
    targetSdkVersion 24
    versionCode 1
    versionName "1.0"
    multiDexEnabled true
}

enter image description here

Disco4uf
  • 147
  • 1
  • 12

2 Answers2

1

Everything you need to know about creating and editing Run/Debug configurations are clearly explained in the following official page:

These answers can be helpful too:

Darush
  • 11,403
  • 9
  • 62
  • 60
  • can you just send me a picture of your own configurations – Disco4uf Sep 03 '17 at 13:02
  • have you tried this? https://stackoverflow.com/questions/18368748/android-studio-module-wont-show-up-in-edit-configuration – Darush Sep 03 '17 at 13:06
  • If that didn't work, try this step by step guide: https://www.jetbrains.com/help/idea/creating-an-android-run-debug-configuration.html – Darush Sep 03 '17 at 13:08
1

depending on your version of android studio, check if Power Saver mode is enabled, could be the cause

ogbeh
  • 63
  • 1
  • 10