18
why are some apps not compatible with my pixel?
(lemmy.kde.social)
A place to ask your questions and seek help related to your Android device and the Android ecosystem.
Whether you're looking for app recommendations, phone buying advice, or want to explore rooting and tutorials, this is the place for you!
I never compiled for android, but like, with GCC it's just a flag and (learning hobbyist so don't take my word for it) it just has to do with variable byte lengths. You should be able to just compile for 64 bit and it should work. A few variable types will just be longer by a couple of bytes in memory, but it will have no impact overall... I think... At least that's what the chapter from Computer Systems A Programmer's Perspective -Bryant/O'hallaron said when I was reading it earlier today.