Android Studio breaking AndroidManifest.xml -
so looks android studio mangling androidmanifest file, @ least 1 in ../app/build/intermediates/manifests/full/debug
directory.
for example, following 1 of corruptions:
<application android:name="com.myname.myapp.@string/app_name"
that makes no sense, right.
it complains uri not being registered manifest root. along glesversion
not being allowed here in "uses feature" tag. "theme" , "configchanges" not allowed activity tags..
what causing , how fix? thanks.
edit:
this problem because app won't compile now.
and please don't close. relevant question.
Comments
Post a Comment