qpython icon indicating copy to clipboard operation
qpython copied to clipboard

Support armeabi-v7a architecure

Open Magissia opened this issue 7 years ago • 1 comments

Please add support for armeabi-v7a architecture.

Magissia avatar Dec 31 '17 14:12 Magissia

Please add support for armeabi-v7a architecture.

I managed to sucesfully change it to armeabi-v7a

I did this:

  • Replace all the ABI Filters from armeabi to armeabi-v7a, and compile
  • Errors will pop up from the process.cpp, follow the cast suggestions.
  • Last step: Refactor Rename the jniLibs>armeabi folder (that includes the .so files) to armeabi-v7a

It worked for me :)

danielrosero avatar Dec 02 '18 22:12 danielrosero