Had the same issue as #4, seems CFLAGS_ARM64 was being used mistakenly for the ARM32 build instead of CFLAGS_ARM32, so I was getting the same 'java.lang.UnsatisfiedLinkError' (...rawdrawtest.so" is 64-bit instead of 32-bit)
This made the armeabi-v7a build run correctly on my OnePlus One.
Also just wanted to say, huge kudos for all of your work! This project brings a lot of encouragement for those of us who can't stand Android Studio :laughing:
Had the same issue as #4, seems CFLAGS_ARM64 was being used mistakenly for the ARM32 build instead of CFLAGS_ARM32, so I was getting the same 'java.lang.UnsatisfiedLinkError' (...
rawdrawtest.so" is 64-bit instead of 32-bit
)This made the armeabi-v7a build run correctly on my OnePlus One.
Also just wanted to say, huge kudos for all of your work! This project brings a lot of encouragement for those of us who can't stand Android Studio :laughing: