私はデバイスの所有者としてこのアプリを設定するためにこのtutorialをフォローしていました。このチュートリアルでは、「adbを使用してデバイス所有者を設定する」セクションがあります。デバイスに複数のユーザーが既にいるため、デバイスの所有者を設定できません
adb server is out of date. killing...
* daemon started successfully *
java.lang.IllegalStateException: Not allowed to set the device owner because there are already several users on the device
at android.os.Parcel.readException(Parcel.java:1629)
at android.os.Parcel.readException(Parcel.java:1574)
at android.app.admin.IDevicePolicyManager$Stub$Proxy.setDeviceOwner(IDevicePolicyManager.java:5146)
at com.android.commands.dpm.Dpm.runSetDeviceOwner(Dpm.java:114)
at com.android.commands.dpm.Dpm.onRun(Dpm.java:82)
at com.android.internal.os.BaseCommand.run(BaseCommand.java:47)
at com.android.commands.dpm.Dpm.main(Dpm.java:38)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:257)
私はこのSO linkと助けたディエゴ・Plascenciaララの答えは続く:これは私にエラーを与えた
adb shell dpm set-device-owner sdg.example.kiosk_mode/.AdminReceiver
:チュートリアルでは、ここではキオスクモードのデモアプリケーションをインストールした後、次のコマンドを実行することを言います私は
adb server is out of date. killing...
* daemon started successfully *
を取り除くためにしかし、まだ次のエラーがadb shell dpm set-device-owner sdg.example.kiosk_mode/.AdminReceiver
コマンドを実行した後に発生している:
java.lang.IllegalStateException: Not allowed to set the device owner because there are already several users on the device
at android.os.Parcel.readException(Parcel.java:1629)
at android.os.Parcel.readException(Parcel.java:1574)
at android.app.admin.IDevicePolicyManager$Stub$Proxy.setDeviceOwner(IDevicePolicyManager.java:5146)
at com.android.commands.dpm.Dpm.runSetDeviceOwner(Dpm.java:114)
at com.android.commands.dpm.Dpm.onRun(Dpm.java:82)
at com.android.internal.os.BaseCommand.run(BaseCommand.java:47)
at com.android.commands.dpm.Dpm.main(Dpm.java:38)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:257)
なぜこのエラーが発生しますか?これを削除するにはどうすればよいですか?私は以前、デバイスの所有者として別のアプリケーションを設定しようとしていたが、私はそれらを完全に取り除くことはできなかったと思うし、アプリケーションをデバイス上で実行する全手順を完了している間、