Hi! I make a standart empty project(template) and try to bundle android version.
Bundle on Windows works fine
Defold:1.3.5(с1с0592)
Windows:64 bit
I tryed a bob: with --verbose( end of screen)
Did you also try with Defold and your project located somewhere in your home folder?
That part of the bundle process will run aapt (android asset packing tool) on Android resources. Perhaps access to the tool (included in the Defold editor) or project files is prevented somehow by Windows or some security software.
Also, check that you have set all application icons in the Android section of game. project.
Hmm, ok. We need to add additional logging to understand what is going on. I can prepare a custom version of bob.jar with extra logging later this week (I’m traveling today and tomorrow) and share that with you.
I can’t say for sure what is failing.
One thing to note is that we only support Java 11, due to the fact that that’s what Android supports.
Also, please post text, as opposed to screenshots.
It’s very hard to read, and it isn’t searchable.
POst the t ext between triple ` and you’ll get it formatted:
It fails when compiling C:\Users\Home\EmptyProject\build\default\EmptyProject\res\com.defold.android to C:\Users\Home\AppData\Local\Temp\compiled_resources8823678185608 321696\com.defold.android
It fails with code -1073741701. Weird code to be honest. I need to look into this.
What strikes me as strange is C:\Users\Home. Is your user really named “Home”?