-
Notifications
You must be signed in to change notification settings - Fork 6
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
Plugin not working properly with new Android Studio version #18
Comments
I'm looking into the first problem. As you say, you can still invoke the plugin manually by doing "Find action" and search for the name "Select Build Variant by Matrix". However the errors you talk about when chaging build variants, I cannot reproduce. Do you have some logs from |
I've made a build for Meerkat Canary 3 that works on my machine. Menu item confirmed back in the Build menu. Again I havent' been able to reproduce the second issue you mentioned but maybe a fresh build with a Kotlin version supported for Meerkat helps. You are free to install this plugin manually from disk (click the cogwheel icon in the plugin selector) if you like: https://github.com/Nilzor/build-variant-matrix/releases/tag/v1.4.0-alpha1 |
Hi and thanks for the quick reaction! Here's what I got from the log:
I am getting this error for all the modules. When I click OK on all the error dialogs the plugin actually tries to change the build variant but changes it successfully only for some and not all of them. |
I've made another attempt now with alpha2 https://github.com/Nilzor/build-variant-matrix/releases/tag/v1.4.0-alpha2 Really appreciate if you could give me feedback again. The logs are also improved so everything that are prefixed with the following in
|
Thanks for the extra attempt you made! It appears that now, with the alpha2, it works as expected. I don't see any error dialogs when changing build variants. |
Awesome, thanks for the feedback. Closing the issue and publishing on beta and production channels today |
Hello!
Thanks again for the effort you put towards making this plugin!
Unfortunately, I have a problem and the plugin is not working with the new
Android Studio Meerkat | 2024.3.1 Canary
version. Previously we had the option to start the matrix selector fromBuild > Build Variant Matrix Selector
but the option is no longer there.Also, if I manually start the plugin by using
Run Everything
function from Android Studio and try to change the build variant using the matrix selector I am getting many errors that my modules can't not resolved.The text was updated successfully, but these errors were encountered: