How can I use a different Android sdk and resolution simulator with testing use forge?
I have tried to change it within AVD Manager, but it doesn’t work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can specify a different Android SDK to use with the android.sdk parameter (http://docs.trigger.io/en/v1.3/tools/local-config.html#android)
E.g. on a command-line,
In your local_config.json:
To use different AVD levels or otherwise customise the emulator, open the Android SDK manager, then the AVD manager. Create, customise and start whatever AVD you want.
Note: you cannot use 2.3 AVDs, due to a bug in the emulator.
Next time you use
forge run android, we will use that manually started emulator.