Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
/ OS.Build-Reader Public archive

This is an android development tool to show values of android.os.Build.*

Notifications You must be signed in to change notification settings

KidFeng/OS.Build-Reader

Repository files navigation

#OS.Build Reader This is a development tool to show values of android.os.Build.*

Try it

Installing android SDK

See the official android doc

Create emulator

The command line for creating an AVD has the following syntax: android create avd -n -t [- ] ...

Here's an example that creates an AVD with the name "my_android1.5" and target ID "3": android create avd -n my_android1.5 -t 3

For more information about how to manage AVDs, see developer.android.com

Startup emulator

now, startup your avd using this command: emulator -avd my_android1.5

Run OS.Build Reader cd $OSBuildReader_HOME ant install now you can find it on your emulator

About

This is an android development tool to show values of android.os.Build.*

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages