## Describe the Feature Handle the next error during `yarn android` build ```java * What went wrong: Execution failed for task ':app:installRelease'. > java.util.concurrent.ExecutionException: com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.text.app signatures do not match the previously installed version; ignoring! ``` ## Possible Implementations If such an error occurs, ask to remove the app and try to install it again. ## Related Issues ...