Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when deploy to android device #480

Closed
aarondiazr opened this issue Mar 16, 2017 · 1 comment
Closed

Problem when deploy to android device #480

aarondiazr opened this issue Mar 16, 2017 · 1 comment

Comments

@aarondiazr
Copy link

Hi!

I have a problem when try to deploy mi apk to android device with buildozer android debug deploy run, my output is:

# Android packaging done!
# APK BussinessProblems(FiscalEdition)-GTT-0.1-debug.apk available in the bin directory
# Run '/home/aaron/.buildozer/android/platform/android-sdk-20/platform-tools/adb devices'
# Cwd None
List of devices attached 
79F34BD0E20532D981F5F96108AC79F	device

# Deploy on 79F34BD0E20532D981F5F96108AC79F
# Run '/home/aaron/.buildozer/android/platform/android-sdk-20/platform-tools/adb install -r /home/aaron/KivyProjects/FiscalGame/bin/BussinessProblems(FiscalEdition)-GTT-0.1-debug.apk'
# Cwd /home/aaron/.buildozer/android/platform
/bin/sh: 1: Syntax error: "(" unexpected
# Command failed: /home/aaron/.buildozer/android/platform/android-sdk-20/platform-tools/adb install -r /home/aaron/KivyProjects/FiscalGame/bin/BussinessProblems(FiscalEdition)-GTT-0.1-debug.apk
# 
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2

Anyone can help me?

ahh...is posible to reuse android studio sdk downloads on my kivy project? I try to set android_sdk path, but the log return a error, because the android.sh is deprecated!!!

@brvier
Copy link

brvier commented Mar 29, 2017

Your error is mainly here :

# Run '/home/aaron/.buildozer/android/platform/android-sdk-20/platform-tools/adb install -r /home/aaron/KivyProjects/FiscalGame/bin/BussinessProblems(FiscalEdition)-GTT-0.1-debug.apk'
# Cwd /home/aaron/.buildozer/android/platform
/bin/sh: 1: Syntax error: "(" unexpected

Look like the script don t like parenthesis in path name ...

@tito tito closed this as completed in d7f15a9 May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants