Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to know if my android app supports 64bit?

Tags:

java

android

Recent changes in android architecture have enforced all developers to make their android applications support 64bit.

I have gone through the documentations. But as it shows there to look for a "lib" folder that may supposedly have ".so" files.

I tried the same thing, but apparently I can't find and "lib" folder to begin with!

I have also attached a snippet of my apk-analyzer as shown in the image link https://i.sstatic.net/pTZTq.jpg

Can anyone suggest me what can be done or how can I ensure my apps are 64bit supported.

like image 391
takiuddin93 Avatar asked Jan 20 '26 13:01

takiuddin93


1 Answers

Steps to find the apk needs to generate for 64 bit Reference : Steps to find the apk needs to generate for 64 bit

like image 86
Ketan Ramani Avatar answered Jan 23 '26 01:01

Ketan Ramani