Questions tagged [android-update-sdk]
11 questions
69
votes
15 answers
Android Studio fails to install update (error : Failed to read or create install properties file.)
Screenshot of error
I am running [ Android Studio 2.3
Build #AI-162.3764568, built on February 24, 2017
JRE: 1.8.0_112-release-b06 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o] on Ubuntu 16.04. From last few days android studio gives me…

spark
- 1,271
- 1
- 12
- 18
14
votes
5 answers
Execution failed for task ':app:kaptGenerateStubsDebugKotlin' after android studio V3.1.1 update
I just updated android studio to V3.1.1. Then my program went wrong.
When build the program,there are two errors:
One in 'Run build':
org.gradle.api.tasks.TaskExecutionException: Execution failed for task…

restress
- 189
- 1
- 1
- 9
7
votes
0 answers
Ways to determine the date of last Android update
Is there a way of programmatically determine the date of last Android OS update?

user1118764
- 9,255
- 18
- 61
- 113
5
votes
2 answers
How to pick image from shared storage in android 11 device?
I used this library https://github.com/Dhaval2404/ImagePicker and I got a warning from the android play console, team We've detected that your app contains the requestLegacyExternalStorage flag in the manifest file of 1 or more of your app bundles…

Vishal kumar singhvi
- 936
- 8
- 17
1
vote
0 answers
After OSUpdate device not booting from slot B even after marking slot B as active
I am working on the OSUpdate feature.When OSUpdate starts, the AOSP mark the target/next slot as active. So when update the successful, in next boot the device will boot from next slot or we can say the slot which is marked as active.
Currently I am…

swetabh suman
- 1,949
- 2
- 19
- 24
1
vote
0 answers
method to find if the android os is updated or not else finding the date of os installed in the device
Am working on a project where i have different functions that works based on
if the device has only unupdated OS(no OS updates had happened in the device) or
if the current OS is an updated version (user had updated OS in the working device).
I…

Suresh Krishna
- 15
- 6
1
vote
0 answers
android update sdk command reinstalls everything
When i run a command like
echo 'y'| android update sdk --no-ui --all --filter platform
.. it (re)downloads the latest platforms. If i run it again, it repeats the whole thing again regardless of the fact the sdk is already present.
Is there a way…

Vinay W
- 9,912
- 8
- 41
- 47
0
votes
0 answers
Can we install two different android studio versions in same windows machine?
I have android studio version 2.1.3 installed. But i want to update it to latest version of android studio. And when i update it gives me following error
So is any way to install another version in to same machine??

Rajan Nalawade
- 141
- 13
0
votes
2 answers
AVD not booting after Android Studio update
My AVDs are no longer booting after I installed a 921MB update released these days. I don't exactly remember the entity of the update (maybe API/SDK revision), I'm using Android Studio 2.3 build AI-162.4069837 with API 25 revision 3 (I think this…

Andrea de'Rose
- 57
- 1
- 9
0
votes
0 answers
Issue while integrating the project with new android studio installation
I have installed latest android studio on another machine and trying to run my project which i was building on another machine. I am having the gradle build fail and don't know exactly what thing is causing the problem.
apply plugin:…

Mudasir Sharif
- 733
- 2
- 15
- 31
0
votes
1 answer
Android Studio can't detect updates
I have been using Android Studio 1.3 for a month, but I can't update it to the latest version. I have tried all possible channel options and tried restarting it, but I can't see any options for "download" or "update and restart".
I need the latest…

Ayushi Grover
- 1
- 1