FAILURE: Build failed with an exception. #606
Replies: 1 comment 3 replies
-
First off - you shouldn't need to use So - my first suggestion - start from scratch. Delete the tutorial folder and the If that doesn't resolve things, and you get the same error - the error you're reporting means that NDK hasn't been downloaded. This should be downloaded automatically the first time an Android project is built; if it's not being found and it's not being downloaded, then there is some form of system corruption getting in the way. The most likely possibility is that a pre-existing Android Studio install is getting in the way. Have you previously installed Android Studio? Are there any environment variables set (like If you haven't installed Android Studio, and a non-sudo build doesn't work, then we'll need to look elsewhere... |
Beta Was this translation helpful? Give feedback.
-
sudo briefcase create
&sudo briefcase build
complete successfully. Problem starts when I try tobuild
for android . . .sudo briefcase create android
works butsudo briefcase build android
throws exception;[helloworld] Building Android APK...
When I run
build
withoutsudo
;Same with or without venv . . .
Also I messed a little with
docker
but I don't really know how to use it as when I try to runpython
orpip
it says;command not found
,andapt
has none of those packages. Maybe that is the underlying issue.Anyone?
Beta Was this translation helpful? Give feedback.
All reactions