I have a problem with AndroidManifest.xml and several other file like build.gradle and so on. The problem is like this...
When I have a line code using this [ += ]:
When compile the output file become like this, which produce error
There are symbol " | " appear making error in the output. compile release fail
When I have a line code using this [ += ]:
Code:
#ANDROID_MANIFEST_APPLICATION+="<bla>"
#ANDROID_MANIFEST_APPLICATION+="<bla>"
#ANDROID_MANIFEST_APPLICATION+="~n~t <bla>"
#ANDROID_MANIFEST_APPLICATION+="~n~t <bla>"
When compile the output file become like this, which produce error
Code:
| <bla>/> | <bla>
| <bla>
| <bla>
There are symbol " | " appear making error in the output. compile release fail
Last edited: