I haven't been able to figure this out. I'm using qpython3 in android 4.4.2 with a metro pcs Samsung galaxy lite. I do very very little developing in android, so I'm unfamiliar with the differences between android and windows and how I could go about figuring it out.
All I could come up with was what i found on stackoverflow:
import android
url = "http://www.Google.com"
android.Android().startActivity('android.intent.action.VIEW', url)
Which didnt do anything. As soon as you try to run the program, This error pops up and thats all.:
/data/data/com.hipipal.qpy3/files/bin/qpython.sh"/storage/emulated/0/com.hipipal.qpyplus/.last_tmp.py" && exit
s/.last_tmp.py" && exit <
File "/storage/emulated/0/com.hipipal.qpyplus/.last_tmp.py", line 3
android.Android().startActivity('android.intent.action.VIEW', url) ^
SyntaxError: invalid character in identifier 1|u0_a194@gardalteMetroPCS:/ $
Any ideas?