-1

I am trying to figure out how to push a script I wrote in python to my android device. I am not using an emulator I am using an actual device. I thought I might be able to do it using adb to push it but I can't seem to figure it out. Also I have SL4A and py4a on the device.

EDIT: I solved the problem by turning on developer settings on my device.

2 Answers2

0

If you get a python app and then send yourself the code over e-mail and copy paste it into the python app or save it somewhere it should run on your android.

0

You can use the following tools:

  1. Android monitor: http://developer.android.com/tools/help/monitor.html I love this one as its integrated to my android studio.

  2. DDMS: http://developer.android.com/tools/debugging/ddms.html This is more used with Eclipse.

However both of these tools can be installed independently.

Jonathon Reinhart
  • 132,704
  • 33
  • 254
  • 328
Ashish Rawat
  • 5,541
  • 1
  • 20
  • 17