OmRecorder icon indicating copy to clipboard operation
OmRecorder copied to clipboard

AndroidManifest.xml: error: attribute 'package' in <manifest> tag is not a valid Android package name: 'omrecorder'.

Open MarinaShaposhnikova opened this issue 4 years ago • 0 comments

I am using Bazel for building the project and I am facing this issue.

Output: /var/folders/46/wjmnywsj2tz6v7_4dw14n8z80000gn/T/android_resources_tmp320157363138594625/manifest-aapt-dummy/AndroidManifest.xml:2: error: attribute 'package' in tag is not a valid Android package name: 'omrecorder'.

The fix will be pretty small by updating Manifest from "omrecorder" to "com.omrecorder".

Links: https://stackoverflow.com/questions/55599876/error-attribute-package-in-manifest-tag-is-not-a-valid-android-package-name

MarinaShaposhnikova avatar Jan 13 '21 03:01 MarinaShaposhnikova