microsoft / TypeScript-React-Native-Starter

A starter template for TypeScript and React Native with a detailed README describing how to use the two together.
MIT License
1.91k stars 211 forks source link

Android Licences with Javascript Accepted and with Typescript not #72

Open juferdinand opened 3 years ago

juferdinand commented 3 years ago

Hello together, if I try to create an React Native Project with Typescript it tells me anytime that I have not yet accepted the Licences of Android, but I did it already and with Javascript it works fine. I used this Project for test it

* 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

Licences:
sdkmanager.bat --licenses                                           
Warning: File C:\Users\subso\.android\repositories.cfg could not be loaded.                                             
All SDK package licenses accepted.======] 100% Computing updates...  

Maybe anyone of you can help me, thanks alot

Greetings Justin