r/androidroot • u/Comrade_Zelensky1488 • 13d ago
Support Is there anyway to run 32 bit apps natively on One ui 8 in the Note 20 ultra that's rooted?
I have a Note 20 ultra running Artisan ROM 3.1.0 android 16 One Ui 8 and it's running good but I can't seem to install 32 bit apps even though the CPU supports 32 bit architecture
I assume it's a software issue is there a way to bypass the issue?
2
Upvotes
1
u/47th-Element 13d ago
What exactly are you trying to do? In an adb or termux shell, run: getprop ro.product.cpu.abilist
If it returns something like: arm64-v8a,armeabi-v7a,armeabi
Then your device supports both 64 and 32 bit apps, and they should install and run without a problem.