Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Documentation #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ If you feel strongly about not including these convenience features, let me know

# Setup

Because of the way that the Android tools expect things to be configured, you must run the "linkavd" script every time that you pull from the repo. The tool will hard link the AVDs from this repo into your ~/.android folder and create and link the .ini files for those AVDs from ~/.android/avd/*.ini to the ini directory here.
Because of the way that the Android tools expect things to be configured, you must run the "linkavd" script every time that you pull from the repo. The tool will hard link the AVDs from this repo into your ~/.android folder and create and link the .ini files for those AVDs from ~/.android/avd/*.ini to the ini directory here.

If you are not using a system compatible with bash, copy all of the files under "avd" to the directory where your AVDs are installed. Search and replace "/Users/user/.android/" in the .ini files with the correct path.


## Smartphones
## Supported Android Devices

- Nexus One, by Google
- Nexus S, by Google
Expand All @@ -29,7 +29,7 @@ If you are not using a system compatible with bash, copy all of the files under
- Galaxy S4, by Samsung


## Tablets
## Supported Tablets

- Kindle Fire, by Amazon
- Kindle Fire HD (7" and 8.9"), by Amazon
Expand All @@ -46,4 +46,4 @@ http://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-ma

Feel free to fork, clone and git-push to increase the number of devices defined.

Thanks to [Mike Wolfson](https://github.com/mwolfson/AndroidAVDRepo) and [Luxurious Animals](https://github.com/luxuriousanimals/AndroidAVDRepo) for the original idea and some AVDs!
Thanks to [Mike Wolfson](https://github.com/mwolfson/AndroidAVDRepo) and [Luxurious Animals](https://github.com/luxuriousanimals/AndroidAVDRepo) for the original idea and some AVDs!