Reputation: 211
I have programmed a small app for Android with Xamarin Forms. I only tested the app with my Honor 7X and it works fine. Is there any other way that I can test the app for free at least on other virtual devices. I am new to Xamarin so I need some tips.
Upvotes: 0
Views: 135
Reputation: 9234
If you use Visual studio, you do not need to install third-part android emulator for your test in the android part.
You can using Android SDKs and Tools to install API in your VS like following screenshot.
Then you need to Hardware acceleration for emulator performance (Hyper-V & HAXM), choose suitable Hardware acceleration.
In the end, install emulators that you needed in device manager.
MS app center is not free, but it provide Free 30 day trial. After 30 days trial, Pay as your app grows
Upvotes: 1
Reputation: 176
You can use Genymotion to testing all the API levels with different types of emulators. It's free for personal use. Refer this link,
Upvotes: 0