robertina
robertina

Reputation: 64

How to test apk on previous versions

We developped an app for Android system with Intel xdk. Recently a customer tell us that it doesn't work on android 2.3 version. We would like to know how can we run the file apk on a 2.3 device for testing. If someone has some idea to help us we would be extremely grateful. Thanks

Upvotes: 1

Views: 1027

Answers (2)

mInE.....
mInE.....

Reputation: 143

Create different AVDs of different OS Versions and test the app in all AVDs.
Otherwise go for genymotion.

Upvotes: 0

belen
belen

Reputation: 193

Do you have the apk downloaded in your 2.3 version android device? If not, you could install it sending the apk in an email to the account in your android device, allow installations of apps from unknown sources in your settings in case that you didn't set that option before and follow the steps to install and run the app. Then you can test if the app is able to run in 2.3 version.

Upvotes: 1

Related Questions