cnlohr / rawdrawandroid

Build android apps without any java, entirely in C and Make
MIT License
3.55k stars 226 forks source link

Fix usage of CFLAGS_ARM32 #5

Closed Jcd1230 closed 4 years ago

Jcd1230 commented 4 years ago

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:

cnlohr commented 4 years ago

Thank you!