Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djg/noodleland
Example standalone android application
https://github.com/djg/noodleland
Last synced: 15 days ago
JSON representation
Example standalone android application
- Host: GitHub
- URL: https://github.com/djg/noodleland
- Owner: djg
- Created: 2014-02-28T08:23:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-01T23:49:08.000Z (over 10 years ago)
- Last Synced: 2023-03-12T06:53:45.747Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
noodleland
==========Example standalone android application for B2G
* Place this into the external/ directory under your B2G development area. (On my machine: ~/B2G/hamachi/external/)
* Perform a full build, or run mm.sh from external/noodleland/ to just build noodleland executable.
* Push to device:adb pull out/target/product/hamachi/obj/EXECUTABLES/noodleland_intermediates/noodleland /system/bin/
* Stop B2G:adb shell stop b2g
* Run noodleland:adb shell /system/bin/noodleland
note: You'll probably need to edit mm.sh to point to your B2G tree.