You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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
The text was updated successfully, but these errors were encountered: