Turn your manual testers into automation experts! Request a DemoStart testRigor Free

How to compile for Android Emulator

Change APP_ABI option in your Application.mk file. It could look something like:

APP_ABI := armeabi armeabi-v7a x86

Then re-run your build.
As described here

Related Articles

The History of Test Automation

History The history of software testing dates back to the 1940s and 1950s when programmers used ad-hoc methods to manually check ...

What is a Test Automation Framework?

When developing any application, testing is an integral part of the process. This helps ensure that the application meets quality ...