Replies: 2 comments
-
@pepperav I created issue #48, it's definitely sth on the CLI side, you shouldn't need to add package to the manifest. I'll provide a fix and release it probably tomorrow |
Beta Was this translation helpful? Give feedback.
0 replies
-
hey @pepperav the fix is available in v0.4.1 🚀 - you can try by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you @mateusz1913 for your amazing work! 👏
Now, the CLI raise a red error "Cannot extract package from gradle scripts or manifest" and never complete the process.
After a short discussion with the group, we found that the issue is raised from the missing package attribute in the first line of the
manifest.xml
file.After this fix, the CLI works perfectly!
build.gradle
Beta Was this translation helpful? Give feedback.
All reactions