Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/headcr4sh/stardroid
Automatically exported from code.google.com/p/stardroid
https://github.com/headcr4sh/stardroid
Last synced: 1 day ago
JSON representation
Automatically exported from code.google.com/p/stardroid
- Host: GitHub
- URL: https://github.com/headcr4sh/stardroid
- Owner: headcr4sh
- Created: 2015-07-15T22:26:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T22:29:05.000Z (over 9 years ago)
- Last Synced: 2024-10-31T22:03:10.802Z (8 days ago)
- Language: Java
- Size: 4.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is the source repository for Sky Map. You should see the following
three directories:
* app: Application source
* test: Testing source (woefully out of date)
* tools: Source for generating binary data used by the app.To build SkyMap, you need to have install 'ant' and have downloaded a
version of the Android SDK. Then, change to the app directory and create a
local.properties file containing the location of your Android SDK. It
should have a single line that looks like this:
sdk.dir=Executing 'ant clean debug' will build the binary. It will be located in
the bin directory and will be named Stardroid-debug.apk. Make sure that
your device can handle binaries that don't come from the market, and you
should be good to go.