Open hk520570 opened 5 years ago
Can the app run correctly, is it just a warning?
Can the app run correctly, is it just a warning?
just warning~~like this:https://www.jianshu.com/p/9dc825ac1c58
So it seems can not solve it in by engine. The Application should set target SDK version to 17+?
So it seems can not solve it in by engine. The Application should set target SDK version to 17+?
how to modify it,I use ->call cocos compile -p android --ap android-28 -m release --compile-script 0 however it has warring!
set targetsdkversion into AndroidManifest.xml like this:uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17"/ ? but it cann't work,the failed is: dlopen failed: cocos2djs.so
I think you should modify target=android-13
in project.properties
.
thank you! I try it
my project.properties set:target=android-28,but it has warring
it is strange, i will find a device to test
it is strange, i will find a device to test
thank you~
We found 3.10 can not work on Android 9, crashed when start up. But 3.17.1 works.
We found 3.10 can not work on Android 9, crashed when start up. But 3.17.1 works.
my new workspace use 3.16,but 3.10 work well on Android 9,but it has warring
I have same problem, an old app build with cocos 3.14( or earlier) is not working Android 9
Yes, I confirm it is built with 3.14.1
In the case of Android 9.0, this app is built specifically for the old Android version, so it may not work properly. Please check for updates or contact the developer.(此应用专为旧版android 打造,因此可能无法正常运行,请检查更新或与开发者联系)