Open dasmond opened 8 years ago
VS2015 Cordova 6.0 `(function () { "use strict";
document.addEventListener( 'deviceready', onDeviceReady.bind( this ), false ); function onDeviceReady() { cordova.plugins.autoStart.enable(); document.addEventListener( 'pause', onPause.bind( this ), false ); document.addEventListener( 'resume', onResume.bind( this ), false ); };
})();`
LOGS: I/ActivityManager( 1026): Start proc io.test.app for broadcast io.test.app/com.tonikorin.cordova.plugin.autostart.PackageReplacedReceiver: pid=0 uid=10023 gids={50023, 3003, 3002, 3001, 1028, 1015} W/BroadcastQueue( 1026): Unable to launch app io.test.app/10023 for broadcast Intent { act=android.intent.action.MY_PACKAGE_REPLACED flg=0x4000010 pkg=io.test.app(has extras) }: process is bad
How to deal with it?
Have you checked the android logs?
VS2015 Cordova 6.0 `(function () { "use strict";
})();`
LOGS: I/ActivityManager( 1026): Start proc io.test.app for broadcast io.test.app/com.tonikorin.cordova.plugin.autostart.PackageReplacedReceiver: pid=0 uid=10023 gids={50023, 3003, 3002, 3001, 1028, 1015} W/BroadcastQueue( 1026): Unable to launch app io.test.app/10023 for broadcast Intent { act=android.intent.action.MY_PACKAGE_REPLACED flg=0x4000010 pkg=io.test.app(has extras) }: process is bad
How to deal with it?