Android Studio 3.0 Manifest Error: unknown element found
You have a misplaced tag. The new AAPT (AAPT2) now throws an error on this. From the docs in here: https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html Behavior changes when using AAPT2 To improve incremental resource processing, Android plugin 3.0.0 enables AAPT2 by default. Although AAPT2 should immediately work with older projects, this section describes some behavior changes that you should … Read more