Ошибка сборки проекта Android при настройке корневого проекта 'android-build' - PullRequest
0 голосов
/ 06 октября 2019

Я хочу построить тестовый проект для Android, но он отображает следующую ошибку:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android-build'.
> Cannot convert URL 'C:Qt5.13.1android_arm64_v8a/src/android/java/res' to a file.

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

* Get more help at https://help.gradle.org

BUILD FAILED in 9s
  -- Skipping C:/Qt/5.13.1/android_arm64_v8a/plugins/iconengines/libqsvgicon.so. It has unmet dependencies: lib/libQt5Svg.so.
  -- Skipping C:/Qt/5.13.1/android_arm64_v8a/plugins/imageformats/libqsvg.so. It has unmet dependencies: lib/libQt5Svg.so.
Building the android package failed!
  -- For more information, run this command with --verbose.
13:26:31: The process "C:\Qt\5.13.1\android_arm64_v8a\bin\androiddeployqt.exe" exited with code 14.
Error while building/deploying project TestMobile (kit: Android for arm64-v8a (Clang Qt 5.13.1 (android_arm64_v8a)))
When executing step "Build Android APK"

Я успешно настроил SDK / NDK:

https://ddgobkiprc33d.cloudfront.net/47dcbe40-b6cf-4d08-8684-b4b5e9764022.png https://ddgobkiprc33d.cloudfront.net/941dcb29-ca07-4b02-81aa-05c2d1117e4d.png https://ddgobkiprc33d.cloudfront.net/74b03eeb-ec50-4058-8cfc-cb344d006fcf.png

Как решить эту проблему? Спасибо.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...