Hello everyone,
I just installed android studio (the latest ladybug version a few days ago) and at the end of the installation of SDK (which was automatic) I got these two errors:
Intel® HAXM installation failed. To install Intel® HAXM follow the instructions found at:
https://github.com/intel/haxm/wiki/Installation-Instructions-on-Windows
Running Android Emulator hypervisor driver installer
Android Emulator hypervisor driver installation failed. To install Android Emulator hypervisor driver follow the instructions found at:
https://github.com/google/android-emulator-hypervisor-driver
I followed the instructions and installed both haxm and emulator manually (enabled virtualization on Intel cup, disabled hyper v etc), but now when I run android studio I get this error:
FAILURE: Build failed with an exception.
Plugin [id: 'com.android.application', version: '8.7.1', apply: false] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'com.android.application
com.android.application.gradle.plugin8.7.1')
Searched in the following repositories:
Google
MavenRepo
Gradle Central Plugin Repository
I searched a lot and did everything but it just doesn't get solved! Can anyone help me with this issue?