-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support AndroidManifest without package name #19
Comments
Cześć Marcin! Thank you for reaching out! Which version of There was a PR from @MasaHirano, a few months ago, which added support for the namespace declared in Gradle files. Have you tried version Dziękuję :) |
Cześć :) Yeah, that's correct I was using
(similar when launching the task from terminal using When I keep the Gradle version and only downgrade Quadrant to Cheers :) |
Hey Marcin! Yes, a minimal repo could definitely help understand what's going on! |
First of all, your library is really awesome, and I am very grateful to use it. I also encountered the same issue when upgrading from version 1.8 to 1.9.1. So, I created a sample for you. I would appreciate it if you could take a look. Additionally, when I run the project, it builds and runs fine. However, if I build it using Build > Make Project (or build from the terminal), I encounter an error. |
Hi there @soochun-deali 👋 , |
@marcin-michalek Are you still getting that issue? |
We are also seeing this issue. It seems like the generateActivityClassNameConstants task is not registering when run on a no-daemon gradle. Perhaps this is related to newer Gradle versions. |
Hello,
first - thanks for Quadrant :)
Secondly I wanted to ask if it is possible to use it when there is AndroidManifest without
package
attribute (but instead there is namespace inbuild.gradle
which is now the default way I think).Currently when refactoring AndroidManifests and removing
package
the constans generated by Quadrant also loose thepackage
prefix.The text was updated successfully, but these errors were encountered: