- Jun 6, 2020
- 11,559
- 4,422
Hi all,
I have an app which uses the cameraEx to scan for barcode and firebase to receive notifications. Recently I was having problem receiving notification on my Xiaomi device (Android 12) and I found the following change:
android:exported="false"
After that my Xiaomi device can receive the firebase notification without problem. Now my problem is that when I submitted my AAB file to Play Store I've got the following error after I uploaded the app bundle file. Previous version release a week back with android:exported="true" has no problem during upload.
An error occurred while running bundletool build-apks on your uploaded app bundle. Ensure that your app bundle is valid by running bundletool build-apks locally and try again. Learn more. Error: Found multiple <meta-data> elements for key 'com.google.android.gms.version', expected at most one.
Does anyone experience this problem before?
Appreciate any suggestion. Thanks.
In my Main module the following code still...
I have an app which uses the cameraEx to scan for barcode and firebase to receive notifications. Recently I was having problem receiving notification on my Xiaomi device (Android 12) and I found the following change:
android:exported="false"
After that my Xiaomi device can receive the firebase notification without problem. Now my problem is that when I submitted my AAB file to Play Store I've got the following error after I uploaded the app bundle file. Previous version release a week back with android:exported="true" has no problem during upload.
An error occurred while running bundletool build-apks on your uploaded app bundle. Ensure that your app bundle is valid by running bundletool build-apks locally and try again. Learn more. Error: Found multiple <meta-data> elements for key 'com.google.android.gms.version', expected at most one.
Does anyone experience this problem before?
Appreciate any suggestion. Thanks.
In my Main module the following code still...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید