Problem during launching on device with multibyte character app_name.

I use R3.3.

When I try to launch my app on a android device I take error saying: “Failed to query ActivityName: Failed to parse aapt dictionary values”.

My app has Japanese app_name.
I figured out that specific characters in the app_name caused this problem.

OK
‘水’
‘モ’

NG
‘伝’
‘ノ’
‘モ’

Hi hotorimizuno,
The parsing is assuming you language setting is English. We will take the multi-byte into consideration in the future release.

Victor

Hi Victor.
Thanks you for reply. I’m waiting for your correspondence.

hotorimizuno