Android Wear app not installing through handset

后端 未结 8 1865
南旧
南旧 2020-11-29 07:42

I\'m trying to get a wearable app installed through an Android handset using the \'Package with Android Studio method\' found here but it\'s not working. The apk is never in

8条回答
  •  一生所求
    2020-11-29 07:55

    I had this problem even after checking the package names, application IDs, and making sure the wear module didn't have any permissions that the handheld module didn't.

    My problem was that I was requesting the permission android.permission.BIND_NOTIFICATION_LISTENER_SERVICE in AndroidManifest.xml for the wearable module. It seems that this should only be requested for the handheld module.

提交回复
热议问题