Installation Troubleshooting
Solutions for any issues faced while installing
Android
Accept License Error
This happens when you don't accept licences when installing your build tools in Android SDK.
Solution
Execute the following commands based on the platform
Platform | Command |
OSX | $ANDROID_HOME/tools/bin/sdkmanager --licenses |
Windows | %ANDROID_HOME%/tools/bin/sdkmanager --licenses |
ANDROID_HOME is the path for android SDK.
Last updated