I need to debug my app, but debugging does not work.There is a message in event log:
System Health
This IDE is running on a Java JRE instead of a full Java JDK.
This does not work; debugging (among other features) will not work.
You must configure the boot JDK (via Help > Find Action... > Switch
My JDK home path in Android Studio is C:\Program Files\Java\jdk1.7.0_79.
I have JAVA_HOME variable: C:\Program Files\Java\jre1.8.0_111.I tried to change JAVA_HOME variable to C:\Program Files\Java\jdk1.7.0_79,but Android Studio did not start.
What should I do?