Skip to content Skip to sidebar Skip to footer
Showing posts with the label 64 Bit

How To I Know Android App Supports 64bit?

I have changed the gradle to something like this, which is in accordance with the documentation f… Read more How To I Know Android App Supports 64bit?

Android App Not 64 Bit Compliant After Adding 'ndk { Abifilters 'armeabi-v7a','arm64-v8a','x86','x86_64' }'

After following google's documentation about how to make an android app 64 bit compliant here, … Read more Android App Not 64 Bit Compliant After Adding 'ndk { Abifilters 'armeabi-v7a','arm64-v8a','x86','x86_64' }'

Which Jdk For Android Development On Ubuntu 10.04 64-bit?

Ubuntu 10.04 64-bit looks promising as a development environment for Android. I now have it up and … Read more Which Jdk For Android Development On Ubuntu 10.04 64-bit?