-
Notifications
You must be signed in to change notification settings - Fork 657
Closed
Labels
Description
[REQUIRED] Step 2: Describe your environment
- Android Studio version: Meerkat Feature Drop 2024.3.2
- Firebase Component: AI Logic
- Component version: Firebase BOM 33.14.0
[REQUIRED] Step 3: Describe the problem
when calling Firebase.ai(backend = GenerativeBackend.googleAI()) it immediately crashes my app
Steps to reproduce:
java.lang.NoClassDefFoundError: Failed resolution of: Lio/ktor/client/plugins/HttpTimeout; at com.google.firebase.ai.common.APIController$client$1.invoke(APIController.kt:127) at com.google.firebase.ai.common.APIController$client$1.invoke(APIController.kt:126) at io.ktor.client.HttpClientKt.HttpClient(HttpClient.kt:972) at com.google.firebase.ai.common.APIController.(APIController.kt:126) at com.google.firebase.ai.common.APIController.(APIController.kt:111) at com.google.firebase.ai.GenerativeModel.(GenerativeModel.kt:85) at com.google.firebase.ai.FirebaseAI.generativeModel(FirebaseAI.kt:91)