i am getting the error while running my app in android emulator
com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: INSTALL_FAILED_DEXOPT
i am getting the error while running my app in android emulator
com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: INSTALL_FAILED_DEXOPT
You probably need to allocate more internal memory to your emulator. This can be done by:
Opening Android Virtual Device Manager...
Edit the device you're having a problem with.
3. Show Advanced Settings (see yellow arrows below)
By cleaning cache and making more space in android emulator helped me to resolve it.