When I run my program with an emulator on Android Studio, I get the following error:
Local SDK path not installed
When I checked this in my project structure, my path to the SDK
C:\Android\sdk
and this is the same in my SDK manager. I am new to Android Studio and I wonder why my emulator loads, but does not start my program. Any help in this regard would be appreciated.
source
share