@hawkrives
What went wrong: A problem occurred configuring project ':app'.
You have not accepted the license agreements of the following SDK components: [Android SDK Platform 23, Android SDK Build-Tools 23.0.1]. Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager. Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html#
I've tried the following solutions for solving this issue: (None worked for me ! π Windows 10, 64-bit)
android update sdk --no-ui --filter build-tools-23.0.1,android-23,extra-android-m2repository
tools/bin/sdkmanager --licenses


I, uh⦠why did you mention me?
Have you tried installing the packages that the error message reports from the command line? Itβs complaining about 23, but you say you tried 24.
@hawkrives Coz I saw your previous post on similar issue, I hoped that you'd be able to help me ? I actually had installed for 23 (not 24, edited above π ) from the command line. Do you know how to get around this problem ? Need I describe more ?
So I have actually run into the problem of Android Studio / command-line tools deciding that I haven't agreed to the license agreement, _even though I have_.
The only solution I could find was to completely remove the Android SDKs and Android Studio, then reinstall Android Studio. I tried just removing and reinstalling the packages, but nothing worked until I removed it all.
Good luck.
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally!
If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution.
Hi there, I knew that this issue is already closed, but I would like to leave my solution here. May be it worth for the other people.
I've got this issue like this post.
I've already re-install Android studio, and accepted all licenses. Did not work.
Then after the long-hours of finding.
My problem was the environment variable was incorrectly configured.
ANDROID_HOME should be H:Androidsdk
Note: The path without platform-tools

Path should add H:Androidsdkplatform-tools

I hope this could help!
@sus007 I've added some screenshot as you mentioned. Thanks
@aulsai I appreciate your concern, but would you mind uploading a screenshot of your ENVIRONMENT Variables configuration here so that I could match the exact same settings.
@aulsai thanks, it is worked.
Most helpful comment
Hi there, I knew that this issue is already closed, but I would like to leave my solution here. May be it worth for the other people.
I've got this issue like this post.
I've already re-install Android studio, and accepted all licenses. Did not work.
Then after the long-hours of finding.
My problem was the environment variable was incorrectly configured.
ANDROID_HOME should be H:Androidsdk

Note: The path without platform-tools
Path should add H:Androidsdkplatform-tools

I hope this could help!
@sus007 I've added some screenshot as you mentioned. Thanks