Cannot Launch Cocos Lua in arm64 Apk

Hello all, i have a issue in cocos lua. Im trying to build cocos lua-test in Apk arm64, then install thoose apk to my android. But, i just got a blank screen. Its just show nothing. I have a look into android studio log but didnt find anything weird or error.

just change this line in gradle.properties

PROP_APP_ABI=arm64-v8a

i have test with armeabi-v7a, it works pefectly. I’ve read that cocos lua support arm64, but when im using arm64-v8a, the Apk doesnt show anything, just a blank screen. it is a bug ? or maybe im mising something ? Thanks.