Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
16 views

How to create V2 and V3 signed Apk in Android Studio

How to create V2 and V3 signed Apk in Android Studio , required steps to create v2 and v3 signed apk Previously it showing the option that do you want to create apk with v1 or v2 while signing the apk ...
android's user avatar
0 votes
0 answers
29 views

Apk has been signed with an insecure key size getting this error while uploading apk in private play

I'm getting the following error in Google Play: Apk has been signed with an insecure key size getting this error while uploading apk in private play Store For new applications it shows an error ...
android's user avatar
2 votes
2 answers
3k views

Saving API Keys on local.properties File to avoid Version Control Checking-In

I really need to find out how to save API Keys to avoid exposing sensitive keys on public repos. Most online tutorials advise using local.properties file to save API Keys but I see a disclaimer at the ...
Tonnie's user avatar
  • 7,334
0 votes
0 answers
88 views

The non-abstract class '_FakeScrollContext' is missing implementations for these members + flutter

I just migrated my flutter project to null safety, and upgraded the dependencies in my pubspec.yaml too. There is no issues or errors. But when i try to run my flutter project, im getting the below ...
Sindu's user avatar
  • 195
0 votes
1 answer
1k views

What is the server URL to be used while adding bitbucket token in Android Studio

I have generated a API token and trying to add in android studio File -> Settings -> Version Control -> GitHub I tried below server URL's but non of them are working for me https://...
Shashi Shiva L's user avatar
8 votes
2 answers
10k views

Android, Azure Devops geting error while run pipeline ##[error]Error: The process '/Users/runner/work/1/s/gradlew' failed with exit code 1

Android, Azure Devops geting error while run pipeline ##[error]Error: The process '/Users/runner/work/1/s/gradlew' failed with exit code 1 At locale system everything working apk generated but when ...
Rahul Mishra's user avatar
  • 1,449
-1 votes
1 answer
109 views

How do i connect my android app with git. I am new to git Please help me [duplicate]

please tell me how can I add an android application to git and work on git like version control etc. And what is the use of pull and push etc
Abubakar's user avatar
  • 141
0 votes
1 answer
791 views

How to recover local uncommited files that accidentally got deleted in Android Studio?

I faced a sudden issue, I have deleted some of my un revisioned files during commit to my android project but I found all of the modified and newly added files were missing from my commit (which I was ...
A S M Sayem's user avatar
  • 2,060
1 vote
1 answer
868 views

Android Studio generates thousands of cache files in gradle/caches/ and in wrapper files over 100MB so cannot be pushed to GitHub

I was playing around Android Studio and have the issue, that when I first download project from VCS (GitHub) it then downloads all gradle files locally. The problem is, that it is very uncomfortable ...
nextedoff's user avatar
0 votes
1 answer
160 views

How to get main as default branch when I turn on VCS in android studio

When I enable VCS in Android Studio, it defaults to the "master" branch. How to get "main" as the default branch? Image for reference:
Aditya Kumar's user avatar
5 votes
0 answers
163 views

Version error in IntelliJ Idea while using the Android support Plugin

So I was testing my Android App Build. (In IntelliJ IDEA 2021.2) While starting the sync, an error popped up in the build... The error was that "The version of the IDE was below 2020.3.1" ...
Aayush2803's user avatar
1 vote
1 answer
62 views

Transferring Android Project to Git private server

I want to add an android project to a git private server. I set up git on the private server and now I want to add my android project to this git server. Before I added this project in local GitLab ...
Fahim's user avatar
  • 404
1 vote
1 answer
1k views

Android Studio remove files on local and remote repository

Accidentally commit google-services.json file and I want to remove it on both local and remote repo without breaking anything using latest Android Studio Arctic Fox. Will later add this file to ....
Mihae Kheel's user avatar
  • 2,571
6 votes
1 answer
1k views

Is it safe to include .gradle folder to my gitignore? If so why it is not included in default gitignore file generated by flutter create myapp command

Is it safe to include .gradle folder to my gitignore? If so why it is not included in default gitignore file generated by flutter create myapp command? /.gitignore: # Miscellaneous *.class *.log *.pyc ...
Akbar Pulatov's user avatar
0 votes
1 answer
3k views

How to squash commits in a Pull request

I have a pull request on an Open-Source repository with one commit e.g., commit a. Now someone requested me to change some code in that commit. If I open that branch in my Android Studio and change ...
Shubham Sharma's user avatar

15 30 50 per page
1
2 3 4 5
16