• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows Bug report: Apk for android not compiling if the name has "&" on it

Carloskhard

Member
So I make a save for my game each day I work on it and today was no different.However this time I decided to name it "Sideral pre-alpha 5-1-19(souns&menu_details)" and because that special character "&" game never finish compiling. I just had to rename the save and everything worked properly, just wanted to report the bug (I hope this is the right place).

I use the latest version of GM2.

This is the last part of the output where it gets stuck:
Code:
C:/Users/carlo/AppData/Local/Android/Sdk/ndk-bundle/build//../toolchains/arm-linux-androideabi-4.9/prebuilt/windows-x86_64/bin/arm-linux-androideabi-strip: 'Y:/Sideral_pre-alfa(GM2)_-_5-1-19_(sounds': No such file
"menudetails)_4328F7E0_YYC" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
make: *** [Y:/Sideral_pre-alfa(GM2)_-_5-1-19_(sounds&menudetails)_4328F7E0_YYC/lib/armeabi-v7a/libc++_shared.so] Error 1
make: *** Deleting file `Y:/Sideral_pre-alfa(GM2)_-_5-1-19_(sounds&menudetails)_4328F7E0_YYC/lib/armeabi-v7a/libc++_shared.so'
make: *** Waiting for unfinished jobs....
C:/Users/carlo/AppData/Local/Android/Sdk/ndk-bundle/build//../toolchains/x86-4.9/prebuilt/windows-x86_64/bin/i686-linux-android-strip: 'Y:/Sideral_pre-alfa(GM2)_-_5-1-19_(sounds': No such file
"menudetails)_4328F7E0_YYC" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
make: *** [Y:/Sideral_pre-alfa(GM2)_-_5-1-19_(sounds&menudetails)_4328F7E0_YYC/lib/x86/libc++_shared.so] Error 1
make: *** Deleting file `Y:/Sideral_pre-alfa(GM2)_-_5-1-19_(sounds&menudetails)_4328F7E0_YYC/lib/x86/libc++_shared.so'
Stats : GMA : Elapsed=2943,3313
Stats : GMA : sp=65,au=17,bk=0,pt=0,sc=58,sh=1,fo=2,tl=0,ob=65,ro=8,da=0,ex=4,ma=73,fm=0x4200B39D7BF003A0


X://bin/GMAssetCompiler.exe exited with non-zero status (2)
 
Top