1

I try to Generate signed apk

but error

Error:(449) Error: Found byte-order-mark in the middle of a file [ByteOrderMark]

how to solve?

I refer to link

Android Studio writing BOM's to UTF-8 file

How to fix "Byte-Order Mark found in UTF-8 File" validation warning

but I cant solve problem.

becuz I dont understand

plz your comment

1 Answers1

0

Please check if you have a space between android:name= and " " and change

<uses-permission android:name= "android.permission.x" />

to

<uses-permission android:name="android.permission.x" />