Posts

Showing posts from April, 2018

Nested Linear layout part 3

Image

linear layout(horizontal ) part 2

Image

linear layout in android . working with linear layout in android studio

Image

Bottom Navigation Bar for Android

Image

incompatible hax module version 3 requires minimum version 4 no accelerator found

The SDK Manager will download the installer to the "extras" directory, under the main SDK directory. Even though the SDK manager says "Installed" it actually means that the Intel HAXM executable was downloaded. You will still need to run the installer from the "extras" directory to finish installation. So here is what you need to do: Download HAXM installer from  SDK Manager->Android SDK->SDK Tools->HAXM installer Open  <SDK_SRC>/extras/intel/Hardware_Accelerated_Execution_Manager/  and click the .dmg file to start install. After installed manually, it's better to restart your PC. Try to uninstall "Intel x86 Emulator Accelerator (HAXM installer)" from Android SDK manager, than install it again. That helped for me. Source