Open deploygo88 opened 1 year ago
@PatriceJiang please take a look.
To obtain detailed logs, you can cd to the root directory of the Android project and execute ./gradlew --debug assembleDebug. @deploygo88
I don't know if this is what you want or not. Here are the logs after I run the command ./gradlew --debug assembleDebug @PatriceJiang
Based on the log content, it seems the build was successful.
If there are still errors, you can try opening the project in Android Studio and attempt to compile it there.
It's difficult to make out the details from the screenshot provided.
I still have errors when using this version, I wanted to know , which version of ndk version, Android Gradle plugin version and Gradle version that needs to be used. Thanks @PatriceJiang
Please refer to the documentation at https://docs.cocos.com/creator/2.4/manual/en/publish/setup-native-development.html#android-gradle-upgrade
Yes,, I've read it before i built, but it not work (Windows 10 pro). When my friends test build with macOS. It built success. @PatriceJiang
Cocos Creator version
2.4.4
System information
Windows 10 Pro
Issue description
Cocos creator: 2.4.4 NDK: 19.2.5345600 JDK: jdk-8u361 Python: 2.7.18
I cann't build apk even though i create example hello word project from cocos creator with 2.4.4, but when i build 2.2.2 it's success How can i build with 2.4.4? My project current using this version, thanks for reading
Relevant error log output
No response
Steps to reproduce
This is my detail error when i build with cocos creator 2.4.4 native.log
Minimal reproduction project
No response