Showing posts with label android. Show all posts
Showing posts with label android. Show all posts

Saturday, April 14, 2012

Set up Python for Android development

Python Android
adb cmd example
  • Install android-sdk: 
    • tools:android
    • platform-tools:adb
  • Create an AVD ("android avd") test1. 
  • "emulator avd test1"
  • sudo apt-get install ia32-libs
  • While the above is running, "platform-tools/adb install sl4a_r4.apk"
  • While the above is running, "platform-tools/adb install PythonForAndroid_r4.apk"
  • Use adb for pushing python code for Android testing.