android - Application install problem -


When I'm trying to install my APK in the appropriate emulator, the following people are coming

C: \ program files \ android-sdk-windows \ tools> install adb TeslaWorldNet.apk 1583 KB / s (2911477 s by 1.796 s bytes) DDM flywheel 46454154 can not dispatch: No handler defined DDM flywheel 4D 505251 can not send: a handler defined PKG: /data/local/tmp/TeslaWorldNet.apk failure [INSTALL_FAILED_OLDER_SDK]

problem First of all, thanks in advance.

All you have to do is read the error message ... it clearly says : INSTALL_FAILED_OLDER_SDK . Therefore, you are trying to install an app with the SDK version which is better than the SDK on the device.


Comments