./apkeval -a tries to run it on an existing emulator. It fails to install the app on the emulator and reports an error for insufficient memory. No matter how much memory I increase it to, this still fails. There is no way to run the tests on the device. The -d option just scans the device for apks but still tries to run it on the emulator. My config file details are as follows:
Default AVD = Nexus_6_API_23
Google Safe Browsing API =
Host IP =
interface = en0 (because Im on a wifi)
AD = (obtained by doing adb)
Am I missing anything or is something wrong with the framework? Any help would be appreciated.
./apkeval -a tries to run it on an existing emulator. It fails to install the app on the emulator and reports an error for insufficient memory. No matter how much memory I increase it to, this still fails. There is no way to run the tests on the device. The -d option just scans the device for apks but still tries to run it on the emulator. My config file details are as follows:
Default AVD = Nexus_6_API_23
Google Safe Browsing API =
Host IP =
interface = en0 (because Im on a wifi)
AD = (obtained by doing adb)
Am I missing anything or is something wrong with the framework? Any help would be appreciated.