You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential issue could be build tool incompatibility arising from Android Studio (Ladybug Feature Drop 2024.2.2). Did you try this with lower versions of grpc-java? If not, I'd suggest you to do so and narrow down the root cause.
I'm no longer interested. I successfully integrated gRPC into my Android project, with help of various other sources.
I suggest maintainers of this repo just recreate this hello word sample app from scratch, using the latest Android app template in Android Studio, as this current one is outdated basically in all aspects. Easier than trying to debug this IMHO.
What version of gRPC-Java are you using?
1.69.0
What is your environment?
MacOS Sequoia 15.0.1
javac 23.0.1
Android Studio Ladybug Feature Drop | 2024.2.2
What did you expect to see?
Working hello world project on Android
What did you see instead?
Building client app fails with
Full log: error.log
Steps to reproduce the bug
android.useAndroidX=true
#11835android.useAndroidX=true
into.../helloworld/gradle.properties
, as described in the error of the linked issueThe text was updated successfully, but these errors were encountered: