Status Update
Comments
za...@google.com <za...@google.com> #3
We’ve shared this request with development team and will continue to provide updates as more information becomes available.
os...@gmail.com <os...@gmail.com> #4
@3 Thank you.
The pushing of the data could be right during install time, so that it would either all succeed or all fail, and that we won't need to check if it succeeded and only then to copy the files.
It also avoids the need to have access to the "/Android/obb" folder, so in this case it won't matter if we have access to it or not.
The pushing of the data could be right during install time, so that it would either all succeed or all fail, and that we won't need to check if it succeeded and only then to copy the files.
It also avoids the need to have access to the "/Android/obb" folder, so in this case it won't matter if we have access to it or not.
sh...@gmail.com <sh...@gmail.com> #5
Feedback from our development team:
Any app which has the REQUEST_INSTALL_PACKAGES appop should be able to write to Android/obb using native file APIs.
Pushing OBBs atomically with the APK sounds like a nice feature - unfortunately we do not have time to do this for Android 11, but will consider this for a future release. Thanks for reporting.
os...@gmail.com <os...@gmail.com> #6
@5 Please offer to do it via the Android framework AND adb command, including split APKs install via adb .
Also please consider a new file format for splits APKs which includes OBB files. A standard one that will reduce the need to se any new formats, as there are already too many made up formats by apps out there (APKM, XAPK, APKS, SPLIT,...).
This can make it easier to handle the installation.
Such a file could include : all split APK files, OBB files, information file (to avoid parsing the files within), app-icon (again, to avoid parsing the APK files within). This file format should be open sourced and preferably ZIP-based.
Also please consider a new file format for splits APKs which includes OBB files. A standard one that will reduce the need to se any new formats, as there are already too many made up formats by apps out there (APKM, XAPK, APKS, SPLIT,...).
This can make it easier to handle the installation.
Such a file could include : all split APK files, OBB files, information file (to avoid parsing the files within), app-icon (again, to avoid parsing the APK files within). This file format should be open sourced and preferably ZIP-based.
ra...@gmail.com <ra...@gmail.com> #7
ke...@accesscfa.com <ke...@accesscfa.com> #8
@6, please refer to the individual issues for updates regarding the requests:
https://issuetracker.google.com/issues/152120286 - Split APK file format
https://issuetracker.google.com/issues/155109632 - Split APKs install via adb
https://issuetracker.google.com/issues/155682996 - adb command to let specific apps reach "Android" folder
Description
Build: AI-213.7172.25.2113.9123335, 202209300301,
AI-213.7172.25.2113.9123335, JRE 11.0.13+0-b1751.21-8125866x64 JetBrains s.r.o., OS Windows 10(amd64) v10.0 , screens 1920.0x1080.0, 1920.0x1080.0
AS: Dolphin | 2021.3.1 Patch 1 Kotlin plugin: 213-1.7.20-release-for-android-studio-AS6777.52 Android Gradle Plugin: 7.3.0 Gradle: 7.4 Gradle JDK: version 11.0.13 NDK: from local.properties: (not specified), latest from SDK: (not found) CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply all required information.
Problem
I want to write README.md but I have noticed that there is no markdown in this Android Studio. I tried to install it from the market, but it didn't work. I also went to File type - Associate File Types and enabled markdown - restarted and it didn't work too.