-
Notifications
You must be signed in to change notification settings - Fork 1.5k
anyone tried to get this running on android ? #433
Comments
Yes, I have gotten it running on Android in a proof of concept app. Using gomobile it required nothing special. I then used getFilesDir().getAbsolutePath() and created my .db file in there (which doesn't require any extra permissions for the app). I'm new to bolt and also gomobile, but it seems to be working fine so far. |
Cool. Any chance you could write down a script / instructions ? |
Sure, I'm happy to add a section to the |
I am not the maintainer. Best ask whoever is. On Mon, 28 Dec 2015, 17:15 Ben Johnson notifications@github.com wrote:
|
I'm the maintainer, however, I don't have experience building for Android. I'm requesting a doc PR from anybody that wants to submit one. |
+1 Really will be useful. On Mon, 28 Dec 2015, 19:04 Ben Johnson notifications@github.com wrote:
|
I would be happy to write some documentation. I'm traveling home today, so
|
@TrevorSStone |
Just submitted a PR with some instructions. Please let me know if anything seems off or needs clarification (I am new to bolt, and haven't done obj-c in a while). I also have a boring demo go package at https://github.com/TrevorSStone/boltmobiledemo/ to see how my demo package works. I figured referencing a go library from a java or objc project was out of the scope of the documentation, so I added a link to the gomobile project. |
it performs well on a raspberry, and it begs the question if it can be compiled for mobile. Would be damn useful
The text was updated successfully, but these errors were encountered: