"one click deploy" does not work with an error code into cmd

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By neutrino2020

windows 10
hello, i created an android game under GLES2
I exported my first version, everything was fine, but when I export the update from one click deploy, nothing happens, just a load and a message cmd godot:

jar verified.
erasing C:\Users\neutr\AppData\Local\Temp/Godot/tmpexport-unaligned.apk
Installing to device (please wait…): Samsung SM-J530F
Performing Streamed Install
adb: failed to install C:\Users\neutr\AppData\Local\Temp/Godot/tmpexport.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl489564182.tmp/base.apk: File assets/3d obj/obj/MatérielInformatique.tscn in manifest does not exist]
Starting: Intent { act=android.intent.action.MAIN cmp=org.godotengine.rizebox/com.godot.game.GodotApp }
Error type 3
Error: Activity class {org.godotengine.rizebox/com.godot.game.GodotApp} does not exist.
erasing C:\Users\neutr\AppData\Local\Temp/Godot/tmpexport.apk
jar verified.
erasing C:\Users\neutr\AppData\Local\Temp/Godot/tmpexport-unaligned.apk
Installing to device (please wait…): Samsung SM-J530F
Performing Streamed Install
adb: failed to install C:\Users\neutr\AppData\Local\Temp/Godot/tmpexport.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl489564182.tmp/base.apk: File assets/3d obj/obj/MatérielInformatique.tscn in manifest does not exist]
Starting: Intent { act=android.intent.action.MAIN cmp=org.godotengine.rizebox/com.godot.game.GodotApp }
Error type 3
Error: Activity class {org.godotengine.rizebox/com.godot.game.GodotApp} does not exist.
erasing C:\Users\neutr\AppData\Local\Temp/Godot/tmpexport.apk

:bust_in_silhouette: Reply From: neutrino2020

ok,the problem is that i named a image file : “matériel.png”
the probleme is that the letter “é” in the word “matériel” is a unknown letter for godot.
you must name ressources in english letters.

That’s strange. I thought the engine had support for unicode characters like that.

Ertain | 2020-07-10 18:31