Android studio fails with "Couldn't terminate previous instance of app" on building device-owner app
I'm building an app which will be set as a device-owner of the tablet. The tablet is a custom kiosk type device. To set the app as a device owner, I've done the following: Added permissions : <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" />…