-
I have completed my SimpleTodo app. Please review it. Thank you!
/cc @coderschoolreview
-
本文档已迁移至 https://weex-project.io/cn/references/modules/storage.html ,此处不再维护,谢谢。
# 提要
weex版本 >= 0.7
`storage`有一系列的接口,有很多操作,例如添加/修改/删除本地存储数据
# API
## setItem(key, value, callback)
该方法可以通过键值…
-
```
I am trying to put acra in my android app and getting this error on every
device and emulator. I tried the to use my custom server to send crash logs,
when it didn't work i tried hockey app and …
-
### What package does this bug report belong to?
shared_preferences
### What target platforms are you seeing this bug on?
macOS
### Have you already upgraded your packages?
Yes
### Dependency ve…
-
以下是源码
import com.github.unidbg.AndroidEmulator;
import com.github.unidbg.Emulator;
import com.github.unidbg.Module;
import com.github.unidbg.file.FileResult;
import com.github.unidbg.file.IORes…
-
android API 19
-
```
I am trying to put acra in my android app and getting this error on every
device and emulator. I tried the to use my custom server to send crash logs,
when it didn't work i tried hockey app and …
-
I think trying to use this on Android would activate the `unix` branch and try to use the XDG spec... which I'm _pretty sure_ that Android doesn't follow. :scream:
-
### Steps to reproduce
There are no steps to reproduce.
Crash came from a user on crashlytics.
Maybe it's device-specific. The crash happened on **Motorola Moto G32 Android 13**.
There is the…
-
```
What steps will reproduce the problem?
1. After installing acra, just add the line ACRA.init(this) as instructed. The
application will fail showing a black screen.
2. Add a try/catch with Runtime…