seriouly… getting it to work this way is your best shot.
Also, try deleting all arm64 binaries from your app. only arm7a shuld be running just fine (native template project is an example of it)
seriouly… getting it to work this way is your best shot.
Also, try deleting all arm64 binaries from your app. only arm7a shuld be running just fine (native template project is an example of it)
It was resolved. I have separated the library project from the app project.
Thank you for your help. I will contact you when my app will be completed. (-:
Great! This is basically what I was suggesting.
Yeah. Thank you. (-:
If Corona supports 64 bit, can it be faster more? I expect.
not really… 64bit wouldn’t make things much faster, unfortunately.
It seems to have found the cause. I build JNI with NDK. This causes an error. But I could not find a solution. Most other devices do not generate an error, but the latest device, ‘Note 8’, only generates an error. Is there a way to solve it quickly?
How can I fix them below? I wanna make the arm-v8a.
Error:(81) Android NDK: Application targets deprecated ABI(s): armeabi
Error:(82) Android NDK: Support for these ABIs will be removed in a future NDK release.
Error:(81) Android NDK: Application targets deprecated ABI(s): mips
Error:(81) Android NDK: Application targets deprecated ABI(s): mips64
Error:(82) Android NDK: Support for these ABIs will be removed in a future NDK release.
Error:(81) Android NDK: Application targets deprecated ABI(s): armeabi
Error:(82) Android NDK: Support for these ABIs will be removed in a future NDK release.
Error:(81) Android NDK: Application targets deprecated ABI(s): mips
Error:(82) Android NDK: Support for these ABIs will be removed in a future NDK release.
Error:(81) Android NDK: Application targets deprecated ABI(s): mips64
Error:(82) Android NDK: Support for these ABIs will be removed in a future NDK release.
How can I get the arm64-v8a?
We do not currently support arm64 or x86 ABIs. Does this happen when you’re building with Corona Simulator, or only with Native?
It happens only with native build. using Android Studio.
I need arm64-v8a for Galaxy Note 8(Android 7.1.1, API 25).
Thank you. (-:
I’m not an android pro, but I think you can use older NDK, it would work then without issues… I am not sure how to do that exactly, though.
I used NDK r15c and latest version. But it doesn’t work.
I must fix it. Please help me.
Do you think it will be able to fix if I use Corona Cards?
Our game needs to support arm64-v8a for Galaxy Note 8(Android 7.1.1, API 25).
It will be good for other Corona users. Please help us. (-:
We would look into supporting arm64, but it wouldn’t happen soon. I suggest for you you downgrade to older ndk, like, really older. Like r10d. I know it is inconvenience, but that way it would work if you want to get it fast
All failed.
Can I get the liblua.so 64bit?
This is a very important issue.
My app is with famous celebrities like BTS. As expected, millions of people will use it. This is really really TRUE!! Others wanted to create a Native App, but I insisted on using Corona. I am confident that the app I create will have a huge impact on Corona.
I expect your support. I have no time. I have to finish the work quickly.
I understand your request, but problem is that we do not currently have arm64-v8a binaries to give you. It takes time to port everything to arm64-v8a. Also, do you experience same issues when using Corona Simulator for builds? Do you need Corona Native for your project? Can you explain how you’re using Corona Native features, may be you can use Simulator to make builds right now than wait some time while we’re looking into making arm64-v8a? Because it wouldn’t be fast…
Please, explain what features of Corona Native are you using, and why you can not use Corona Simulator. Because as far as I know, Simulator builds work fine everywhere.
OK. I use a native library through JNI on Android. The library is libimagequant. (https://pngquant.org/lib/)
My Xcode project is well to build. I can’t use the basic build through Corona Simulator. It doesn’t support JNI and NDK, does it?
I’ve been trusting your team. So I believe your team will solve this problem. Thank you. (-:
When you need a specific library like this, you would use native builds and not simulator builds. The only way to do simulator builds would be to make a plugin and either a) submit it to the Marketplace for everyone to use or b ) purchase the Advanced Support Package to get our self-hosted plugins feature. At that point, you can include your plugin in your build.settings and do simulator builds.
Rob