Nemanja Nedic

Results 4 comments of Nemanja Nedic

What helps me is to change the Gradle Aware Make before launch step. Click on the edit icon and enter a Gradle task to execute, usually assembleDebug or something similar....

There is another crash: ``` 08-02 17:15:27.757 21699-21699/org.wso2.iot.agent E/AgentApplication: UncaughtExceptionHandler got an exception java.lang.RuntimeException: Unable to start receiver org.wso2.iot.agent.events.listeners.KioskAppInstallationListener: java.lang.SecurityException: Admin ComponentInfo{org.wso2.iot.agent/org.wso2.iot.agent.services.AgentDeviceAdminReceiver} does not own the device at android.app.ActivityThread.handleReceiver(ActivityThread.java:2616) at...

There is another crash: ``` 08-02 18:41:09.770 16815-16815/org.wso2.iot.agent E/AgentApplication: UncaughtExceptionHandler got an exception java.lang.RuntimeException: Unable to start receiver org.wso2.iot.agent.events.listeners.KioskAppInstallationListener: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toString()' on a null...

Thanks for the clarifications. For some things like silent app install and update system service is still needed for Android versions before 6. Is this correct?