Buildozer stuck at command: buildozer android debugPython Buildozer Command failedPython Kivy - Why is Buildozer failing to push program to my phone?Buildozer to android Signing IssuesBuildozer on kivy-example fails to build apkUsing Paramiko in Kivy AppBuildozer building an Android Kivy app returns Command failedKivy VM Buildozer Command FailedBuildozer fail building a android app made with kivyAidl not found error while using buildozer android -v debugBuildozer failed to execute the last command in Kivy
Would a non-attacking Barbarian's rage end the same turn he started it?
Are there any medieval light sources without fire?
Is there any reason why MCU changed the Snap to Blip
Is "De qui parles-tu" (for example) as formal as it is in English, or is it normal for the French to casually say that
What happens to unproductive professors?
What is the measurable difference between dry basil and fresh?
Can the Mage Hand cantrip be used to trip an enemy who is running away?
How would vampires avoid contracting diseases?
Linking a filetype to a syntax file of a different name
Employers keep telling me my college isn't good enough - is there any way to fix this?
Confirming the Identity of a (Friendly) Reviewer After the Reviews
How are mathematicians paid to do research?
Astronaut distance from Earth?
OR-backed serious games
Find The One Element In An Array That is Different From The Others
Difference between scale and grid in QGIS?
How can I truly shut down ssh server?
Is "I do not want you to go nowhere" a case of "DOUBLE-NEGATIVES" as claimed by Grammarly?
Graduate student with abysmal English writing skills, how to help
Should disabled buttons give feedback when clicked?
How to know if blackberries are safe to eat?
Some interesting calculation puzzle that I made
Why return a static pointer instead of an out parameter?
Is it unbalanced to allow a monk with the Tavern Brawler feat to use improvised weapons as monk weapons?
Buildozer stuck at command: buildozer android debug
Python Buildozer Command failedPython Kivy - Why is Buildozer failing to push program to my phone?Buildozer to android Signing IssuesBuildozer on kivy-example fails to build apkUsing Paramiko in Kivy AppBuildozer building an Android Kivy app returns Command failedKivy VM Buildozer Command FailedBuildozer fail building a android app made with kivyAidl not found error while using buildozer android -v debugBuildozer failed to execute the last command in Kivy
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Versions
Python: 2.7.15
OS: Ubuntu 18.10
I'm trying to create an apk file. I created a virtual box with ubuntu. Now the terminal of ubuntu is stuck after the command: buildozer android debug.
What can I do to make it work?
This is when I use the command: buildozer android logcat
I tried a lot of commands and now the terminal is stuck again:
I tried to install the Android SDK in order to move forward, with the following command: sudo apt update && sudo apt install android-sdk
But the terminal give me the error in the screenshot above.
I'm seriously thinking about learning java and use android studio. What do you think about it?
p.s. the log_level in the buildozer file is already equal to 2.
ubuntu kivy buildozer
add a comment |
Versions
Python: 2.7.15
OS: Ubuntu 18.10
I'm trying to create an apk file. I created a virtual box with ubuntu. Now the terminal of ubuntu is stuck after the command: buildozer android debug.
What can I do to make it work?
This is when I use the command: buildozer android logcat
I tried a lot of commands and now the terminal is stuck again:
I tried to install the Android SDK in order to move forward, with the following command: sudo apt update && sudo apt install android-sdk
But the terminal give me the error in the screenshot above.
I'm seriously thinking about learning java and use android studio. What do you think about it?
p.s. the log_level in the buildozer file is already equal to 2.
ubuntu kivy buildozer
I don't believe that it is stuck. To show the full log, in your buildozer.spec, changelog_level
from 1 to 2. Retrybuildozer android debug
– ikolim
Mar 26 at 16:37
add a comment |
Versions
Python: 2.7.15
OS: Ubuntu 18.10
I'm trying to create an apk file. I created a virtual box with ubuntu. Now the terminal of ubuntu is stuck after the command: buildozer android debug.
What can I do to make it work?
This is when I use the command: buildozer android logcat
I tried a lot of commands and now the terminal is stuck again:
I tried to install the Android SDK in order to move forward, with the following command: sudo apt update && sudo apt install android-sdk
But the terminal give me the error in the screenshot above.
I'm seriously thinking about learning java and use android studio. What do you think about it?
p.s. the log_level in the buildozer file is already equal to 2.
ubuntu kivy buildozer
Versions
Python: 2.7.15
OS: Ubuntu 18.10
I'm trying to create an apk file. I created a virtual box with ubuntu. Now the terminal of ubuntu is stuck after the command: buildozer android debug.
What can I do to make it work?
This is when I use the command: buildozer android logcat
I tried a lot of commands and now the terminal is stuck again:
I tried to install the Android SDK in order to move forward, with the following command: sudo apt update && sudo apt install android-sdk
But the terminal give me the error in the screenshot above.
I'm seriously thinking about learning java and use android studio. What do you think about it?
p.s. the log_level in the buildozer file is already equal to 2.
ubuntu kivy buildozer
ubuntu kivy buildozer
edited Mar 26 at 20:29
Carl
asked Mar 26 at 1:46
CarlCarl
467 bronze badges
467 bronze badges
I don't believe that it is stuck. To show the full log, in your buildozer.spec, changelog_level
from 1 to 2. Retrybuildozer android debug
– ikolim
Mar 26 at 16:37
add a comment |
I don't believe that it is stuck. To show the full log, in your buildozer.spec, changelog_level
from 1 to 2. Retrybuildozer android debug
– ikolim
Mar 26 at 16:37
I don't believe that it is stuck. To show the full log, in your buildozer.spec, change
log_level
from 1 to 2. Retry buildozer android debug
– ikolim
Mar 26 at 16:37
I don't believe that it is stuck. To show the full log, in your buildozer.spec, change
log_level
from 1 to 2. Retry buildozer android debug
– ikolim
Mar 26 at 16:37
add a comment |
1 Answer
1
active
oldest
votes
Solution - Missing adb
Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:
- Change directory,
cd ~/.buildozer/android/platform/android-sdk/tools/bin
- Run
sdkmanager "platform-tools" "platforms;android-28"
Note
To show the full log, in your buildozer.spec, change log_level
from 1 to 2. Retry buildozer android debug.
log_level = 2
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348726%2fbuildozer-stuck-at-command-buildozer-android-debug%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Solution - Missing adb
Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:
- Change directory,
cd ~/.buildozer/android/platform/android-sdk/tools/bin
- Run
sdkmanager "platform-tools" "platforms;android-28"
Note
To show the full log, in your buildozer.spec, change log_level
from 1 to 2. Retry buildozer android debug.
log_level = 2
add a comment |
Solution - Missing adb
Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:
- Change directory,
cd ~/.buildozer/android/platform/android-sdk/tools/bin
- Run
sdkmanager "platform-tools" "platforms;android-28"
Note
To show the full log, in your buildozer.spec, change log_level
from 1 to 2. Retry buildozer android debug.
log_level = 2
add a comment |
Solution - Missing adb
Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:
- Change directory,
cd ~/.buildozer/android/platform/android-sdk/tools/bin
- Run
sdkmanager "platform-tools" "platforms;android-28"
Note
To show the full log, in your buildozer.spec, change log_level
from 1 to 2. Retry buildozer android debug.
log_level = 2
Solution - Missing adb
Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:
- Change directory,
cd ~/.buildozer/android/platform/android-sdk/tools/bin
- Run
sdkmanager "platform-tools" "platforms;android-28"
Note
To show the full log, in your buildozer.spec, change log_level
from 1 to 2. Retry buildozer android debug.
log_level = 2
answered Mar 26 at 16:56
ikolimikolim
10.3k2 gold badges11 silver badges24 bronze badges
10.3k2 gold badges11 silver badges24 bronze badges
add a comment |
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348726%2fbuildozer-stuck-at-command-buildozer-android-debug%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't believe that it is stuck. To show the full log, in your buildozer.spec, change
log_level
from 1 to 2. Retrybuildozer android debug
– ikolim
Mar 26 at 16:37