SDK Location not found in android studio

You should also change it on Project Structure. Close the current project and you’ll see pop up with dialog which will then proceed to Configure option.Configure -> Project Defaults -> Project Structure -> SDKs on left column -> Android SDK Home Path -> give the exact path as you did on local.properties and select Valid … Read more

SDK Location not found in android studio

A quick note about this if trying to run a Facebook sample and this error pops up, make sure you select the build.gradle file in the root of Facebook sdk, for all the samples when ‘opening an existing project’. I got this error when I tried to open the gradle for just the Scrumptious sample … Read more

Failed to find style ‘coordinatorLayoutStyle’ in current theme

I solved this rendering problem by simply inserting this line into the application theme (the app theme is usually placed in styles.xml). [SDK 28] [SDK 27] As suggested by @Chris. If the IDE does not find the CoordinatorLayout in Widget.Support or Widget.Design, just start typing “CoordinatorLayout” and it should give you some options.

HAX kernel module is not installed

If you are running a modern Intel processor make sure HAXM (Intel® Hardware Accelerated Execution Manager) is installed: In Android SDK Manager, ensure the option is ticked (and then installed) Run the HAXM installer via the path below:your_sdk_folder\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm.exe or your_sdk_folder\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe This video shows all the required steps which may help you to solve the problem. For AMD CPUs (or older Intel … Read more

Android Studio 2.2.3: Gradle project sync failed. Basic functionality (e.g. editting, debugging) will not work properly

Your gradle version is: 1.8 which is not working anymore so you probably have to update it: 1- Go to -> https://gradle.org/install check out the latest verion number. 2- In your project directory navigate to \gradle\wrapper\ directory and edit: gradle-wrapper.properties file. change: to: https://services.gradle.org/distributions/gradle-3.3-all.zip 3- go to Tools→Android→Sync Project with Gradle files 4- If sync doesn’t do the job restart Android studio

Android Studio – ADB Error – “…device unauthorized. Please check the confirmation dialog on your device.”

you have missed the Fingerprint Certificate Authorization dialog in your phone when you connected it, try to change the USB mode to Media, or another different than the one you have in and then reconnect your device, or go to Developer Options -> Revoke USB Debugging and reconnect, watch for the dialog and click on … Read more

“Gradle Version 2.10 is required.” Error

You need to change File > Settings > Builds,Execution,Deployment > Build Tools > Gradle >Gradle home path On Mac OS, change the path in Android Studio > Preferences > Builds,Execution,Deployment > Build Tools > Gradle >Gradle home Or set Use default gradle wrapper and edit Project\gradle\wrapper\gradle-wrapper.properties files field distributionUrl like this