You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Failed to cache file
**Dialog content:**
oaz: Cello error 2.
This is often caused by a bug in the app you used to select
the file. Please try the following fixes:
• Try re-importing the file
• Ensure there is sufficient free space on your device
• Ensure you are connected to the internet
• Copy the file to your device and try again
• Open the file using your device's file browser app
'Copy debug info' provides the stack trace, then title + content
Fixes 19616
Copy file name to clipboardExpand all lines: AnkiDroid/src/main/res/values/02-strings.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,8 @@
160
160
<stringname="import_error_not_apkg_extension">Filename “%s” doesn’t have .apkg or .colpkg extension</string>
161
161
<stringname="import_error_load_imported_database">Anki Database (.anki2) replacements are not yet supported. Please see the manual for replacement instructions.</string>
162
162
<stringname="import_error_content_provider">The selected file couldn’t be imported automatically by AnkiDroid. Please see the user manual for how to manually import Anki files: \n%s</string>
163
-
<stringname="import_error_copy_to_cache">Failed to cache file (possibly out of storage space)</string>
163
+
<stringname="import_error_copy_to_cache_title">Failed to cache file</string>
164
+
<stringname="import_error_copy_to_cache_explanation"comment="The substitution is a list of suggested fixes in bullet point form">This is often caused by a bug in the app you used to select the file. Please try the following fixes:\n\n%s</string>
164
165
<stringname="import_interrupted">Import interrupted: AnkiDroid was closed</string>
0 commit comments