8000 Guide step 2 issues · Issue #2 · kivy/python-for-android · GitHub
[go: up one dir, main page]

Skip to content
Guide step 2 issues #2
Closed
Closed
@mulonemartin

Description

@mulonemartin

Step 2 require to have ant installed. sudo apt-get install ant

Also for some reason ant is looking for project.properties, I have to rename default.properties to project.properties.

I'm on ubuntu 11.10. Perhaps I have a bad installed android sdk, but when doing:

./build.py --package org.test.touchtracer --name touchtracer --version 1.0 --dir /home/martin/work/android/kivy/examples/demo/touchtracer debug

because is looking for "android", that is not exist so i change manually in build.py

  • line 21: ANDROID = 'android'

to full path of android

  • line 21: ANDROID = '/home/martin/work/android/android-sdk-linux/tools/android'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0