-
Notifications
You must be signed in to change notification settings - Fork 43
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 Gradle plugin 3.2.x. and 3.3.x [Improvement] #28
Comments
@stanleychan @TomTasche @m-ivanov @xenixcorp @Hollerweger |
as mentioned in another post, I'd love to contribute here if you give us some hints where to look. in any case I'm glad to see you are actively working on this issue! |
Working on this but I need some help: #30 |
anyone had time to look into this and at least partially understand what the problem is? I don't know enough about the Gradle internals to figure it out myself |
Ready to sponsor this development if someone feels he/she can do this perfectly. |
I found a workaround that works for the project I'm working on: combine the code of several modules into one using multiple sourceSets.
You'll have to copy dependencies from your modules' build.gradle too. I would consider that a little less clean than using actually different modules, but it's still better than putting all of your code into one directory. You also don't rely on external plugins that potentially need to be updated for every gradle update anymore. |
How long does it take to support tool: 3.4.2, gradle: 5.1.1, 3.1 does not support androidX, and many new features are not available! I can provide a way to create an empty application project that relies on various library projects and builds apk. It covers all the final dependencies and resources. The advantage is that we don't need to consider the official Google process, we just need to get it. The final resource processing is fine. We only need to extract useful resources to generate aar or jar packages. I think this is a more appropriate method, because it does not require you to consider the engineering structure and the problems caused by Google's development of new features later! At present, I have tried this. This is feasible. The problem now is that I am going to change it manually. It is more troublesome. I hope that you can directly automate the process! This benefit can be plugged in! I hope that you can take more time to deal with it, I am in urgent need of this function! @oscarcpozas |
https://github.com/kezong/fat-aar-android/
You might wanna check kezong fat-aar version, that support 3.4.2 |
Pull request are welcome!
The text was updated successfully, but these errors were encountered: