
The packaged AVD and repository are designed to be hosted on the web, but you can just as easily host them locally for development.
Requirements:
You will need the following python modules
>> argparse
>> zipfile
Usage:
1. Create an AVD you want to clone, and change any settings or install any apps you wish to persist
2. Create a config.ini basef on the config.ini in the templates directory
3. Run python AVDclone.py -c /path/to/config.ini AVD_NAME
4. Pointing the Android SDK Manager to the newly created 'addons.xml' file will allow you to install this AVD as a package. (I like to use python -m SimpleHTTPServer to host a directory for local development)
Download
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.