-
---
# Update app to target the latest supported Android SDK
## Description:
Update the Earthquake Survival app to target the latest supported Android SDK version. This will ensure compatibility wi…
-
App crashes with the following error:
```
@example/expo:dev: java.lang.IncompatibleClassChangeError: Found interface com.google.android.gms.location.FusedLocationProviderClient, but class was expect…
-
Need to define and create the target directory
```
var targetDir = __dirname+'/../android/lib';
console.log(`download to: ${targetDir}`);
fs.mkdirSync(targetDir);
```
And then use it:
`rp(aar).…
-
### The bug
Video's dont play when using the app or vieuwing with a mobile browser. In the app the video doesn't load any frames (blank screen).
In a mobile browser the first few frames are shown an…
-
Devices inside tunnels could be used by geolocation services, for example Waze has installed beacons to tunnels for drivers (see #100). Think about how to collect data from inside tunnels when GPS isn…
-
https://f-droid.org/
-
This is a really nice idea here!
However, it seems that the sha256 calculation performed by the plugin is different than want I'm getting from OSX's shasum tool
```
➜ Signal-Android git:(feature/sha…
-
**Request:**
I would like to request the addition of `Config.triggerActivities`, which is currently only supported on Android, to be made available for iOS as well.
**Current Usage Example on An…
-
**Is your feature request related to a problem? Please describe.**
Geolocation is not available for F-Droid. See #1335
**Describe the solution you'd like**
I found a newer library: Its last …
-
```
Found com.google.android.gms:play-services-location:+, but version 8.3.0 is needed for the google-services plugin.
Found com.google.android.gms:play-services-location:+, but version 8.3.0 is neede…