tyron12233 / ApkBuilder

47 stars 27 forks source link

More Information #5

Closed rupeshkumar22 closed 3 years ago

rupeshkumar22 commented 3 years ago

Hi,

The project is interesting. I need some more information about the native shared libraries (libaapt2.so) present in jni folder. How did you create these libraries? Did you use NDK/Cmake to create these libraries?

Thanks

rupeshkumar22 commented 3 years ago

I have checked that armeabi/libaapt2.so is of armv7a type architecture. I haven't checked it running on various devices. Would it be compatible with armv8a and other architectures?

tyron12233 commented 3 years ago

The native libraries were taken from OpenBlocks (https://github.com/OpenBlocksTeam/android-build-tools) as far as I know, armv8a can run legacy codes which in theory, should work.

rupeshkumar22 commented 3 years ago

@tyron12233 thanks for informing!