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
| Unsigned APK (no keystore) |`src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-unsigned.apk`|
219
222
| Signed APK (debug key) |`src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-signed.apk`|
220
223
| Signed AAB |`src-tauri/gen/android/app/build/outputs/bundle/universalRelease/app-universal-release.aab`|
221
224
225
+
Note: If `keystore.properties` is configured, the build produces a signed `app-universal-release.apk`. Without a keystore, it produces `app-universal-release-unsigned.apk` which `task android:run:emulator` signs with the debug key.
226
+
222
227
---
223
228
224
229
## Troubleshooting
@@ -237,12 +242,64 @@ Run keyboard configuration:
237
242
task android:emulator:setup
238
243
```
239
244
245
+
### "Failed to request http://..." Error (devUrl Cached)
246
+
247
+
If the app shows "Failed to request http://X.X.X.X:1430/" on startup, the Rust build cache has a stale dev server URL baked in. Clean and rebuild:
0 commit comments