Skip to main content

All Questions

Tagged with
0 votes
0 answers
46 views

Finding files in Download Directory

I am trying to transfer a file from my PC to my app’s local storage, which it doesn’t seem that Android will let me do. I saw that as an alternative, I can email it and then download it. I have then ...
Mick's user avatar
  • 1
0 votes
0 answers
20 views

I want to upload sequential videos to YouTube through an android application I will make

I want to know if I need any permissions for this and which api or apis I can use. When I examined the YouTube side, I saw that this data about Android was missing. (Or I couldn't find it). Can you ...
Kadir Kuvan's user avatar
0 votes
0 answers
112 views

Download android command line tools from url

When I download the command line tools based on a URL (for example: https://dl.google.com/android/repository/commandlinetools-linux-8092744_latest.zip), why is there always the "latest" ...
HeyJoe's user avatar
  • 29
-1 votes
1 answer
270 views

React native download base64 image list as a single PDF file

I want to download list of base64 images as single pdf file in to my device.I have implemented following for that, issue is download is working correctly but can't open the downloaded file getting &...
Ruchira Swarnapriya's user avatar
0 votes
1 answer
264 views

Downloading a Zip file from the internet "Android Studio"

I hope you are good and thank you for reading this. I started developing in Android Studio a few days ago, I am trying to download a zip file from the internet, after hours of researches I have not ...
Patrick Moling's user avatar
1 vote
0 answers
128 views

how to download android app from google drive and install in flutter

I'm beginner for flutter. I built An android App(called "DCS"). A new version of that app(replace.apk) is stored in google drive and shared for public. Size of the app is 20MB. When touch a ...
PLAA Hemantha's user avatar
0 votes
0 answers
146 views

Flutter Android, Can't copy files to my app's directory on Flutter after using moveToSharedStorage

I've implemented Downloads in my app, using background_downloader: ^7.11.0 Everything downloads well, and when the download completes, I want to move the file to my App's directory. I use this package ...
Damien Doumer's user avatar
0 votes
0 answers
129 views

How to get the path to Android's Download folder using C++?

In my C++ Android game I'm trying to access and load files from the Download folder, so people can download each others mods. Is that possible, and how do I get the path to the Download folder?
Sean O'Connor's user avatar
0 votes
0 answers
288 views

Gradle sync failed debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' sync failed

debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' can't sync in my project. Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.amitshekhar.android:...
Wai Yan Htun's user avatar
0 votes
0 answers
42 views

Why the DowanloadManager was not working in Android Emulator Device?

I was testing DownloadManager in Android Emulator device,but it did not work, this is the code: String apkPath = getApkPath(context); File fileFolder = new File(path); if (!fileFolder.exists()) { ...
czg's user avatar
  • 3
0 votes
0 answers
350 views

Flutter Android how to save File into download folder

Can you help me in Flutter how to save file into public download folder or any my app name folder. i have tried but it's return Operation not permitted error.
Adil Saiyad's user avatar
  • 1,592
1 vote
2 answers
3k views

Download file inside WebView from android 13

I have a webview in my Android (13) Application. When user goes to webview and click a link to download a file nothing happens. downloadButton.setOnClickListener(new View.OnClickListener() { ...
user13449797's user avatar
1 vote
0 answers
124 views

Getting error from Android Webview on Download

Hello I have a a web application from which users can generate PDF reports and download it. I made changes to the download call in Javascript such that when the user calls the download, a modal ...
Kira's user avatar
  • 25
0 votes
0 answers
15 views

Detecting Android update versus new app when prior version did not store preferences

This question has been asked before but the solutions were tested and did not work. We have v1 of an app that never wrote any preferences or created any data files. We now have v2 which needs to ...
Jay Mosk's user avatar
  • 317
1 vote
0 answers
76 views

how do you download a file from AWS onto an android studio app using java?

Currently I cannot get a file downloaded from my AWS S3 bucket into my android studio app. I am using amplify client to do this. I tried to test the app on a physical device, however it crashed as ...
xgyu's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
122