how to build APK? in docs it says that it can be done via build command, but this builds every target and then fails on iOS (not important for me now)
Giorgi
07/07/2025, 3:58 PM
Tried to run
package
and it was successful but I cant find where APK or app bundle was saved
a
Anton Prokhorov
07/07/2025, 6:11 PM
should be here: build/tasks/_android-app_bundleAndroid
📌 1
s
suresh
07/21/2025, 5:33 PM
> build/tasks/_android-app_bundleAndroid
@Anton Prokhorov Is this going to be the build package directory layout? Couldn’t find anything on the doc though
a
Anton Prokhorov
07/21/2025, 5:34 PM
No, in fact this is more like internal stuff, we'll introduce some kind of the public build folder with the resulting artifacts later on (we just have no such place yet)