My AndroidManifest.xml has an error:
<activity
android:name="bla.bla.Activity"
android:label="@string/title_activity_" >
</activity>
That activity doesn't exist anymore nor the string.
Since I can't edit the AndroidManifest.xml and it would regenerate that code again, how can I fix this?
PS: Already tried cleaning the project a few times. Using Windows.
Since I can't edit the AndroidManifest.xml and it would regenerate that code again, how can I fix this?
It very much sounds like you are editing the generated Manifest in the gen/ folder instead.
If you make the changes to the 'regular' Manifest, it should work.
If you use the default Android Studio project structure, the one you need to open is

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With