All Questions
463 questions
0
votes
0
answers
129
views
How to properly setup project version code and name in gradle 8.4
I'm setting up some projects in gradle 8.4 and trying to create a good versioning system for those projects, my first instinct was to set the variables for minor/major/patch etc. in gradle.properties ...
1
vote
1
answer
145
views
How can i run Android Studio's project in multiple devices at the same time?
I want to run and test Android Studio's project at the same time in multiple devices for show
some Changes in UI related and also check chatting module.
can i get my solution by clicking this option ...
0
votes
1
answer
41
views
Can i use one Package name into two Android Project with no anyType of issue or problem
I want to use one Package name in my two different Android Project. How can I?
I just tried but i got error and I cannot install that two project apps in my mobile as same time i have to uniStall one ...
0
votes
1
answer
79
views
Error: Version solving failed due to null safety in Dart Flutter project with flutter_tindercard dependency
hot to solve
give me a proper steps
The current Dart SDK version is 3.2.0. Because datingappmain depends on flutter_tindercard >=0.1.1 which doesn't support null safety, version solving failed. ...
0
votes
1
answer
29
views
my code isnt documenting data into the firestore database
so I'm working on a project for college and I need to make a an app for teachers and students so I tried to make it role based signup so it would put in well ordered but the code doesn't document the ...
0
votes
2
answers
194
views
Stripe PAYMENY SHEET isn't opening due to Invalid API Key : com.stripe.android.core.exception.AuthenticationException: Invalid API Key provided:
I am trying to implement a payment integration gateway using stripe in my Andorid application. I am using the correct SECRET key and PUBLISHABLE key. the stripe server sends response to my request but ...
0
votes
1
answer
225
views
Plugin with id 'com.android.application' not found in Github Winlator Project
I try to setup the android app Winlator (https://github.com/brunodev85/winlator) on Android Studio, but I always get the error "A problem occurred evaluating root project 'app'. Plugin with id '...
0
votes
1
answer
61
views
The Android Studio show me this error message and making me feel so confused
Here was an issue happen on the Android Studio. I using the MacBook Pro 14-inch and using the USB to save my Android Project. However, for unknown reason, here was my project print this error message ...
0
votes
2
answers
51
views
Run project imported from GIT
I'm beginner to Android Studio.
I'm following this tutorial : https://developer.android.com/codelabs/jetpack-compose-layouts?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fjetpack-...
-1
votes
1
answer
48
views
I need a command that redoes filter-repo
I needed to remove a video file that was 160mb a few commits ago, in the current commit it no longer existed, searching I found the following command git filter-repo --force --path myapp/app/src/main/...
0
votes
0
answers
2k
views
unable to change my compile sdk version from 33 to 34
In my android studio, I am unable to change my compile sdk version from 33 to 34. It doesn't show 34 option on compile sdk versions in program structure:
0
votes
0
answers
51
views
Making two distinct apps (root version and rootless version) or put the code in one single app?
I have an android app that currently performs some tasks (heavy tasks since I am using openCV) with the use of root permissions.
At the moment I have two different apps but it gets boring handling two ...
0
votes
2
answers
602
views
How to build Flutter project with 2 apps?
I have 2 Flutter apps - one for user and one for seller.
Right now there is "Seller" button on User app which redirects user to Seller app on Google play/Apple Store if Seller app is not ...
0
votes
1
answer
75
views
Combine two Java projects in Android Studio
I am helping kids with a school project. We have two Java projects, A & B. For Project A, I just need it to run some camera vision code and return an integer value. For Project B, where most of ...
0
votes
1
answer
338
views
How can i make my custom AppCompatActivity class for some function?
I want to make a custom class AppCompatActivity there I can add my basic function and methods like hiding soft keyboard, hiding progress bar, and other methods that going to be used in the whole ...