Hello All, I have problems with 4.2 Canary 1: I ha...
# android-studio
a
Hello All, I have problems with 4.2 Canary 1: I have a this project. That workes and compiles fine in 4.1 Canary 8 • Gradle: 6.4.1 • Android Gradle Plugin: 4.1.0-alpha03 • buildSrc dir with kotlin-dsl Then I upgraded to 4.2 Canary 1 after a sync and before indexing android studio requests to upgrade to Android Gradle Plugin 4.2.0-alpha01. (With Options
update
&&
cancel and update manually
). • The
Update
option failed due to the non formal project structure of mine (This is understandable) • So I decided to go with
cancel and update
. • AGP 4.2.0-alpha01 requested gradle 6.5-rc-01. So I upgraded to gradle 6.5 • Now, buildSrc fails to build totally even after clean build and invalidating cache and restarting • If I downgrade to AGP 4.1.0-alpha03, It builds well in the command line. But android studio wont index. After every sync it does request me to upgrade to 4.2 Any help will be much appreciated
r
Have you tried AS4.2C2 ?
a
Tried with AS4.2C2, still ddnt work. Just reverted to AS4.1C8 for now
r
You should file your problem at issuetracker.google.com, they may catch it and fix it. Is it working in C8, it should work lateron.
a
Thank you for your response. Filling the issue now