Page 1 of 2
Android port
Posted: Wed Sep 02, 2015 6:43 pm
by pfalcon
FYI, I'm working on Android port. Well, actually with this change:
https://github.com/micropython/micropyt ... a46d3d6aa0 it just builds with toolchain from NDK and basically works (no testsuite validation performed yet).
This topic is to share the progress of the port, and hopefully we'll provide binaries for Android in the scope of
https://github.com/micropython/micropython/issues/1295 .
Re: Android port
Posted: Thu Sep 03, 2015 4:06 pm
by SpotlightKid
Very cool! Looking forward to trying it out, when I finally decide on an Android tablet to buy.
Re: Android port
Posted: Tue Oct 13, 2015 10:07 pm
by mbirth
If you need a beta tester, I have a Nexus 9 waiting for a MicroPython APK...

Re: Android port
Posted: Sat Oct 17, 2015 1:12 pm
by femto
Me too!
Fat Boy Tablet: Samsung Galaxy Tab Note Pro 12.2
BR,
HD
Re: Android port
Posted: Sat Oct 17, 2015 2:11 pm
by pfalcon
As of now, all required code changes are merged into mainline. I hope to work on easily accessible build script for Android next. The immediate target is native Linux MicroPython executable, running in Android command line (adb shell). There're no plans for "APK" at this time (well, I already play with one, but it still needs to be run from command line).
Re: Android port
Posted: Sat Oct 17, 2015 2:58 pm
by mbirth
pfalcon wrote:well, I already play with one, but it still needs to be run from command line
That's what I meant with APK. I'm perfectly fine running it from the shell (or a Tasker shell command).
Re: Android port
Posted: Sun Oct 18, 2015 8:20 am
by femto
I'm working most of my working hours in a Linux shell, so I completely agree with @mbirth that a simple APK without any UI would be fine for me too.
Re: Android port
Posted: Sun Oct 18, 2015 12:06 pm
by kfricke
femto wrote:I'm working most of my working hours in a Linux shell, so I completely agree with @mbirth that a simple APK without any UI would be fine for me too.
+1 *signed*
Re: Android port
Posted: Tue Oct 20, 2015 9:44 pm
by pfalcon
Ok, Android build script is available in my "cross" branch:
https://github.com/pfalcon/micropython/ ... android.sh
Testing and reports are welcome!
Re: Android port
Posted: Wed Oct 21, 2015 7:55 am
by femto
Thanks a lot, will try immediately when back at home again!
