I am getting this error when I am trying to build my application for iosApp .... any help please ?
➕ 1
q
Quang Huu Tran
10/11/2023, 3:11 AM
This error happen cause you upgrade to Android Studio canary latest version right?
You can work around by 2 ways:
• Add code below to shared's gradle to ignore the task failed on new Android Studio
Copy code
task("testClasses").doLast {
println("This is a dummy testClasses task")
}
• Downgrade the Android Studio to the stable version like beta of preview release.
✅ 1
👌 1
a
abdelrahmanesam20000
10/11/2023, 3:12 AM
I am in the stable version of android studio already
q
Quang Huu Tran
10/11/2023, 3:15 AM
Ah, I use multiple Android Studio versions and just facing this error when using the canary build. So you can work around by the first way I mentioned.
s
samuel
11/12/2023, 9:31 PM
Hi @Quang Huu Tran, did you happen to find/file a bug report for this? I was contemplating filing a bug report as i can’t seem to find one