Langsung ke konten utama

Cara Mengatasi Error Google Play 64-bit Requiretment, Ketika Upload Aplikasi Android di Play Store

Mulai 1 Agustus 2019, semua aplikasi Anda yang dipublikasikan di Google Play harus mendukung arsitektur 64-bit. CPU 64-bit memberikan pengalaman yang lebih cepat dan lebih interaktif kepada pengguna. Penambahan versi 64-bit untuk aplikasi akan memberikan penyempurnaan performa, membuka peluang inovasi di masa depan, dan membuat Anda siap untuk menerapkan aplikasi pada perangkat yang menggunakan hardware 64-bit.

Panduan ini menjelaskan langkah-langkah yang dapat Anda lakukan sekarang untuk memastikan bahwa aplikasi 32-bit Anda siap mendukung perangkat 64-bit. Sehingga aplikasi anda dapat diupload di console play.

Penulis membuat artikel ini berdasarkan pengalaman sendiri, awalnya diakhir tahun 2020 penulis mengupload aplikasi ke console play tetapi terjadi error atau ditolak google seperti berikut :

This release is not compliant the Google Play 64-bit reqruitment

The following APKs or App Bundles are available to 64-bit devices, but they only have

32-bit native code: 1000001

Include 64-bit and 32-bit native code in your app. Use the Android App Bundle

publishing format to automatically ensure that each device architecture receives

only the native code it needs. This avoids increasing the overall size of your app.



tentu saja saya langsung mencari tahu apa yang salah dengan aplikasi yang saya buat, padahal secara coding semua berjalan baik saat diinstal di hp.

setelah mencari diberbagai penjuru dunia maya akhirnya penulis menemukan solusinya

berikut yang harus kalian lakukan ketika mengalami hal tersebut :

pertama jika aplikasi anda tidak dibangun dengan platform native anda bisa menambahkan baris ini pada gradle di android studio anda

ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'

sehinggan menjadi seperti berikut :




cara kedua yaitu jika aplikasi anda dibangun dengan platform native anda bisa menggunakan cara berikut :

tambahkan code ini di gradle android studio anda

multiDexEnabled true
ndk.abiFilters 'arm64-v8a'
ndk {

abiFilters 'arm64-v8a'
}

sehingga menjadi seperti berikut :



atau gunakan ini jika native & target SDK Version = 30 :

splits {
abi {
enable true
exclude 'armeabi-v7a','x86'
universalApk false
}
}

sehingga menjadi seperti berikut :



Nah sekian langkah-langkah agar aplikasi dapat support arsitektur 64bit sehingga dapat diupload ke console play !!


Komentar

Postingan populer dari blog ini

  Privacy Policy SmartSoft built the Cute Animal Sticker for Whatsapp app as a Free app. This SERVICE is provided by SmartSoft at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Cute Animal Sticker for Whatsapp unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personally identifiable information. T...
Privacy Policy SmartSoft built the SmartsoftVideo - Video & Audio Editor Pro 2021 app as a Free app. This SERVICE is provided by SmartSoft at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at SmartsoftVideo - Video & Audio Editor Pro 2021 unless otherwise defined in this Privacy Policy. Information Collection and Use For a better experience, while using our Service, I may require you to provide us with certain personal...

Photo Editor & Collage Maker

Privacy Policy This Privacy Policy governs your use of the software application Photo Editor & Collage Maker for mobile devices with Android OS that was created by Smartsoft Lab. With Photo Editor & Collage Maker you can edit photos applying dozens of various filters and effects, decorate your photos with frames, stickers, and other decorative resources, create photo collages, save and share the result easily in no time. And you naturally share some information with us while using the application. With this document we want you to understand about the information we collect, how we use, transfer, and store your information. Please take a minute to review the details of our privacy practices below. Information We Collect and how it is used. Information We Get When You Use Our Services. Camera and Photos information. Our application requires to collect images and other information from your device camera and photos. We need this access to take photos for editing and we can do...