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;








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 where buildozer gets stuck



This is when I use the command: buildozer android logcat



This is when I use the command: buildozer android logcat



I tried a lot of commands and now the terminal is stuck again:



enter image description here



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.










share|improve this question
























  • 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

















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 where buildozer gets stuck



This is when I use the command: buildozer android logcat



This is when I use the command: buildozer android logcat



I tried a lot of commands and now the terminal is stuck again:



enter image description here



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.










share|improve this question
























  • 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













0












0








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 where buildozer gets stuck



This is when I use the command: buildozer android logcat



This is when I use the command: buildozer android logcat



I tried a lot of commands and now the terminal is stuck again:



enter image description here



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.










share|improve this question
















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 where buildozer gets stuck



This is when I use the command: buildozer android logcat



This is when I use the command: buildozer android logcat



I tried a lot of commands and now the terminal is stuck again:



enter image description here



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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, 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
















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












1 Answer
1






active

oldest

votes


















0














Solution - Missing adb



Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:



  1. Change directory, cd ~/.buildozer/android/platform/android-sdk/tools/bin

  2. 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





share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    Solution - Missing adb



    Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:



    1. Change directory, cd ~/.buildozer/android/platform/android-sdk/tools/bin

    2. 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





    share|improve this answer



























      0














      Solution - Missing adb



      Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:



      1. Change directory, cd ~/.buildozer/android/platform/android-sdk/tools/bin

      2. 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





      share|improve this answer

























        0












        0








        0







        Solution - Missing adb



        Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:



        1. Change directory, cd ~/.buildozer/android/platform/android-sdk/tools/bin

        2. 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





        share|improve this answer













        Solution - Missing adb



        Install the latest platform tools (which includes adb and fastboot) and the SDK tools for API level 28:



        1. Change directory, cd ~/.buildozer/android/platform/android-sdk/tools/bin

        2. 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






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 26 at 16:56









        ikolimikolim

        10.3k2 gold badges11 silver badges24 bronze badges




        10.3k2 gold badges11 silver badges24 bronze badges


















            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.



















            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript