I'm getting this error message when uploading the app to google play store, do you think it's related to libpd?
-
Release is not compliant with the play 64-bit requirement
-
maybe you compiled it for 32-bit?
-
Probably, @seb-harmonik.ar, I'm not entire sure how to change that. I added
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
and other variants I found of that I found online, I do see the libraries in the apk analyzer, but I still get the same message. -
I'm not familiar with android development but I think x86 just by itself is 32-bit
Are these the flags to compile libpd itself, or the app that uses it (or both)? -
None. The app is compiled perfectly, it does everything it's supposed to do, but when I upload it to play store, I get this message and doesn't let me upload it.
-
From a bit of googling it seems like the issue might be trying to upload a 32-bit app for 64-bit platforms?
What architectures are libpd and the app compiled for? -
I'm not sure about libpd, the app was apparently 32, but I followed the steps found online to make the change and they don't see to do anything.
-
I ended up copying and pasting from a previous app that was working fine. I cannot say I know what solved the problem, but at least it worked.