Blog post "My CodeRage Delphi Product Address and the Broadening our Android Platform" at http://blog.marcocantu.com/blog/2015-october-coderage-x-product-address.html (I know some of you will disagree, discussion is welcome but on technical basis, please)
Blog post "My CodeRage Delphi Product Address and the Broadening our Android Platform" at http://blog.marcocantu.com/blog/2015-october-coderage-x-product-address.html (I know some of you will disagree, discussion is welcome but on technical basis, please)
/sub
ReplyDeleteMarco Cantù I would love the Android toolchain targeting ARMv8-A (64-bit) :D
ReplyDelete/sub
ReplyDelete"It is important to notice you need to disable the Intel platform check in the deployment options"
ReplyDeletewhere do you untick that in the IDE exactly? :)
Brian Hamilton In the deployment options, there is are platform specific binaries for Intel and MIPS. The session showed the actual steps, I can blog about this, probably worth.
ReplyDeletedo you mean the libnative-activity.so files?
ReplyDeleteYes, there are 3 of those, for x86 / armeabi / mips. You need to avoid deploying the x86, to disable that platform check. But you might also want to get rid of the useless mips one.
ReplyDeleteThe ARM (armeabi) check is different, as it tests the floating point engine.