Troubleshooting

The following error messages can be displayed when attempting to install Appfigurate Emulator. Further diagnosis can be performed on Windows by checking the Event Viewer ‣ Windows Logs ‣ Application for errors prefixed with "stdout" and "stderr". On macOS, check Console ‣ filter by library:appfiguratese .

Error
Fix

apksigner not found.

AppfigurateSE runs the apksigner tool that should be located in the default Android SDK installation directory of ~/Library/Android/sdk.

Could not extract Android Emulator app.

On Windows we use the bundled minizip tool inside the AppfigurateSE app directory. Check that this file exists. On macOS we use the system provided zip tool. Try running zip from a Terminal to check that this file exists.

Could not package Android Emulator app.

On Windows we use the bundled minizip tool inside the AppfigurateSE app directory. Check that this file exists. On macOS we use the system provided zip tool. Try running zip from a Terminal to check that this file exists.

Could not sign Android Emulator app (apksigner not found).

Most common error is a missing Java JRE or SDK, which apksigner requires to be able to run.

Could not install Appfigurate Emulator app

Check for errors in Event Viewer (Windows) or Console (macOS).

Last updated