This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Android BuildScript ADVs
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
The issue at hand in finishing my example Android BuildScript is what to do with the AVDs. It seems to me the only time you would need to worry about such issues is in the running of multiple emulators whereas you need to pass the AVD name to the emulator via the emulator start command. I think following the apk-configuraitons and the apk-config-name style might be of use say in an avd_list.properties file.
Also remember that we now run mutliple emulators via the AVDs so its somewhat important and of course everyone wants the ability to test against different SDK versions and hardware setups which can be accomplished by using AVDs. Than of course do an emulator_list.properties usng the same concepts and than a set of multiple emualtor launch/install tasks.