Skip to content

fix(fs): Fixed an issue on Android where accessing assets would incorrectly return the entire APK.#3204

Open
shacha086 wants to merge 3 commits intotauri-apps:v2from
shacha086:v2
Open

fix(fs): Fixed an issue on Android where accessing assets would incorrectly return the entire APK.#3204
shacha086 wants to merge 3 commits intotauri-apps:v2from
shacha086:v2

Conversation

@shacha086
Copy link
Copy Markdown

Fixed tauri-apps/tauri#13554
This is a early fix that can fix fs().read(), some API should be deprecated in Android case, like replace Fs.open to Fs.open_segment or something else.
Multiplatform's API Consistency and related JS commands also need further changes and collaboration with maintainers and reviewers.

@shacha086 shacha086 requested a review from a team as a code owner January 9, 2026 10:38
@shacha086 shacha086 changed the title Fixed an issue on Android where accessing assets would incorrectly return the entire APK. fix: Fixed an issue on Android where accessing assets would incorrectly return the entire APK. Jan 9, 2026
@shacha086 shacha086 changed the title fix: Fixed an issue on Android where accessing assets would incorrectly return the entire APK. fix(fs): Fixed an issue on Android where accessing assets would incorrectly return the entire APK. Jan 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Package Changes Through 2eb8171

There are 6 changes which include updater with minor, updater-js with minor, barcode-scanner with patch, barcode-scanner-js with patch, sql with patch, sql-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.40 2.0.41
api-example-js 2.0.36 2.0.37
barcode-scanner 2.4.3 2.4.4
barcode-scanner-js 2.4.3 2.4.4
sql 2.3.1 2.3.2
sql-js 2.3.1 2.3.2
updater 2.9.0 2.10.0
updater-js 2.9.0 2.10.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@FabianLars FabianLars added the plugin: fs Includes former "fs-extra" and "fs-watch" plugins label Jan 20, 2026
@Legend-Master Legend-Master added the platform: android Android specific issues label Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform: android Android specific issues plugin: fs Includes former "fs-extra" and "fs-watch" plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] When apk load images (png, jpg), audio (ogg), and video (untested) from assets, memory overflow occurs

3 participants