2017-03-19 3 views
0

이것은 cordova를 통해 웹 응용 프로그램을 만드는 데 처음입니다. 문제는 내가 다음과 같은 오류가 나타나는 안드로이드에서 실행하려고 할 때입니다. 안드로이드 SDK를 최신 버전으로 설치하고 업데이트했으며 업데이트를 설치하기 전에 라이센스에 동의해야한다고 생각합니다. 난 주위에 뚜렷한 해결책을 찾았지만 간단한 해결책을 찾을 수 없습니다. 이 문제를 해결하기 위해 어떤 절차와 단계를 취해야합니까? 나는 너 같은 인형에 대한 간단한 팁을 듣고 싶다. 나는 너에게 듣고 싶다.IntelliJ에서 Android 용 Cordova 프로젝트를 실행할 수 없습니다.

* What went wrong: 
A problem occurred configuring root project 'android'. 
> You have not accepted the license agreements of the following SDK components: 
    [Android SDK Platform 25]. 
    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 

* Try: 
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 
+0

그래서 이미 모든 답변 [여기] (http://stackoverflow.com/questions/40383323/cant-accept-license-agreement-android-sdk-platform-24) 및 [여기] (http : //stackoverflow.com/questions/38096225/automatically-accept-all-sdk-licences) 도움이되지 않았습니까? – CrazyCoder

+0

고맙습니다.하지만 작동하지 않습니다. 어쩌면 나는 안드로이드 SDK를 다시 설치하고 처음부터 설정해야 할 것이다. – user3264924

답변

0

Android 스튜디오의 SDK 관리자를 통해 Android SDK를 설치하면 사용권 계약에 동의하라는 메시지가 표시됩니다. 그런 다음 프로젝트를 준비하고 실행할 수 있어야합니다.

관련 문제