我正在研究Ionic3项目。使用cordova build android
构建应用时,它会显示此错误
失败:构建因异常而失败。
* What went wrong:
A problem occurred configuring root project 'android'.
> You have not accepted the license agreements of the following SDK components:
[Android SDK Build-Tools 26.0.1, 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
我已经关注了与此类错误相关的stackoverflow答案。但它仍显示此错误
我已按照以下程序克服错误。
ANDROID_HOME
目录使用以下命令
接受所有许可./ sdkmanager --licenses
在($ ANDROID_HOME / Android / Sdk / tools / bin)目录
发生此错误的主要问题是什么? 如何克服这个问题? 是否有其他方法可以解决这个问题?
答案 0 :(得分:1)
更简单的方法是 在命令提示符下运行:
mkdir“%ANDROID_HOME%\ licenses”
回波|设定/ P = “8933bad161af4178b1185d1a37fbf41ea5269c55” “%ANDROID_HOME%\许可证\ Android的SDK许可”
然后从您设置为Android Home Or的文件夹中找到它: 你可以轻松地:
mkdir“包含Android-sdk \ licenses的文件夹”
echo | set / p =“8933bad161af4178b1185d1a37fbf41ea5269c55” “包含Android-sdk \ licenses \ android-sdk-license”的文件夹
记住使用回声或设置。
你的好去