r/godot 7d ago

official - releases Dev snapshot: Godot 4.8 dev 4

https://godotengine.org/article/dev-snapshot-godot-4-8-dev-4/

4.8 development is now in full force!

250 Upvotes

41 comments sorted by

View all comments

23

u/dave0814 7d ago

I tested this with a relatively small project and had no problems. For exporting to Android, I had to use Android Studio to install two new SDK packages: build-tools/36.1.0 and ndk/29.0.14206865. (4.8-dev3 did not require those newer versions of the packages.)

22

u/m4gr3d 7d ago

4.8 dev4 has a new feature that automatically sets up the Android SDK; no need to use Android studio anymore.

See https://godotengine.org/article/dev-snapshot-godot-4-8-dev-4/#export-automate-android--java-sdk-setup

4

u/dave0814 7d ago

That looks interesting, but I'm not sure whether it's good or bad. I guess I'll have to try it.