Skip to main content

All Questions

2 votes
1 answer
295 views

How to add gemini tuned model to my app in android studio

I am developing a mobile emergency app for Android as part of my computer engineering thesis. I have integrated the Gemini API to create a first aid assistance system, and I have already generated an ...
NotFound4020's user avatar
0 votes
0 answers
100 views

Gradle ClassNotFoundException for org.gradle.wrapper.GradleWrapperMain

I'm trying to execute my Android App and every time I see this message. I already tried to reinstall Gradle, Java and Node. But nothing changed. Error: Could not find or load main class org.gradle....
Lúcio Da cruz de Moraes's user avatar
0 votes
1 answer
58 views

App doesn't open and go to play sore automatically in my app

I have an offline app. I run correctly. No problem with APK. I publish my app in the Play Store with aab file. When I install it from the Play Store I face some problems. When I open the app ...
Bayzid Hossain's user avatar
0 votes
0 answers
52 views

A problem occurred configuring project ':auth'. > SoftwareComponentInternal with name 'release' not found

I was recently reviewing the following code related to user authentication through firebase and android studio, however I got the following problem A problem occurred configuring project ':auth'. ...
Ysmael Castro's user avatar
0 votes
1 answer
85 views

how can I resolve this issue in android studio

I changed target SDK to 33 and it didn't work. Getting this error. Execution failed for task ':app:mapDebugSourceSetPaths'. > Error while evaluating property 'extraGeneratedResDir' of task ':app:...
lizi zaridze's user avatar
0 votes
0 answers
150 views

No field CREDENTIALS_API of type Lcom/google/android/gms/common/api/Api

FATAL EXCEPTION: main Process: com.lcdbaba, PID: 2952 java.lang.NoSuchFieldError: No field CREDENTIALS_API of type Lcom/google/android/gms/common/api/Api; in class Lcom/google/android/gms/auth/api/...
sanjay solanki's user avatar
0 votes
3 answers
76 views

I want to rename my app id com.cit.app.cricket to com.cit.app, How can i short app id?

Refactor didn't work in this case because, this is pre-made project with AppID: com.cit.app.cricket(4 words) but i want com.cit.app(3 words) in my appId. I was change tried change manually by ...
Amaan Ahmad's user avatar
0 votes
1 answer
551 views

I am having an issue to run the app in android studio firebase

e: /.gradle/caches/transforms-3/d1c1313a2ba094a1260853f4b41ce789/transformed/firebase-auth-22.2.0-api.jar!/META-INF/java.com.google.android.gmscore.integ.client.firebase-auth-api_firebase-auth-api....
mohammed ayan Hussain's user avatar
0 votes
0 answers
64 views

Android Studio Firebase Logout No Response

I was implementing a logout feature with Android Studio Firebase. I created the source code, but it doesn't respond when I click the button. The logout button is located in activity_useredit, and if ...
kimzero's user avatar
  • 29
0 votes
3 answers
137 views

SignUp Button redirecting to the MainActivity automatically instead of [SigninActivity through Intent]

I am building an Android app. I worked on sign-in and signup activities. I have different activities for sign-in and signup and have one main activity. Now, when initially I connected the Firebase ...
Sarmad Ali's user avatar
0 votes
1 answer
313 views

Android studio gradle task list not build issue

I was doing a project on kotlin in android studio. While connecting to firebase, I was going to get the SHA code and write it, but I could not get the SHA code, although they said to turn off a ...
Myu's user avatar
  • 1
0 votes
2 answers
235 views

get Application Context error 'Context.getApplicationContext()' on a null object reference

I am new to android development. I couldn't find and so posting here. I want to send firebase push notification to all user through using admin app when implementation is done i am getting error ...
Azmat Ali's user avatar
  • 562
4 votes
2 answers
3k views

Firebase Error - Failed to calculate the value of property 'extraGeneratedResDir' in Android Studio

I am running a simple app using Firebase database in Android Studio - have set up the project on the Firebase dashboard and connected into my Android Studio app. When building the project I am ...
kiteandwindsurfer's user avatar
-1 votes
1 answer
888 views

all buildscript {} blocks must appear before any plugins {} blocks in the script :8 ~ Android Studio

I am creating an application using Java and connecting the database to Firebase. I am getting this error in the build file. Please help me to solve this error. I can't understand the error message ...
Niru 15's user avatar
0 votes
0 answers
17 views

Is it possible to implicitly create a new firestore collection using java

I am trying to programmatically create a new firestore collection using a variable as the collection reference, but I keep getting an error, is there some specific way to do this, which isnt mentioned ...
kamalesh reddy's user avatar

15 30 50 per page
1
2 3 4 5
31