issues
search
dodorare
/
crossbow
Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀
https://crossbow.dodorare.com/
Apache License 2.0
201
stars
13
forks
source link
Fix crossbow issues
#108
Closed
Heezay
closed
2 years ago
Heezay
commented
2 years ago
Objective
Resolve a problem with dylib wrong build paths.
Fix issues with the difference between
Android Studio
cmdline tools install path and
crossbundle install
cmdline tools install path.
Make gradle project installation by default.
Solution
Separate build path to escape issues with apk building
Refactor code in sdkmanager.rs for correct cmdline tools access.
Refactor android.rs to change CLI commands and make gradle projects built by default. Add
--apk
flag to build native APK files.
Changelog
Now libs have one common directory to build. Was added additional directories for
.apk
and
.aab
files to avoid confusion about file ownership.
Refactored code for sdkmanager.rs to escape bugs.
Changed CLI commands to make gradle project building by default. For native apk building added
--apk
flag.
Objective
Android Studio
cmdline tools install path andcrossbundle install
cmdline tools install path.Solution
--apk
flag to build native APK files.Changelog
.apk
and.aab
files to avoid confusion about file ownership.--apk
flag.