Carlos Vega
Carlos Vega
@domyen, Carlos reporting for duty :P I'll take a look to the Spanish and English versions of Angular during this week. I think there's also a new chapter that's missing...
@brentvatne probably related: I'm getting this ``` Fatal Exception: java.lang.SecurityException Starting FGS with type location callerApp=ProcessRecord{6ce728d 8641:xxx.xxxx.xxxxx/u0a382} targetSDK=34 requires permissions: all of the permissions allOf=true [android.permission.FOREGROUND_SERVICE_LOCATION] any of the permissions...
@brentvatne I'm getting at a point in the app where we request the permissions: it calls `getForegroundPermissionsAsync` and requests it if we don't have it. Then calls `getBackgroundPermissionsAsync` and requests...
@brentvatne yeah, I do get all the permission modals, but after a couple of seconds the app crashes. And upon further investigation, that's the error I'm seeing
I was able to remove that part of the code and the app runs just fine, the map also runs fine so it's definitely not it. I created a new...
Sorry, I didn't get this notification earlier @brentvatne I created a new issue here https://github.com/expo/expo/issues/27336
Same issue for me here @miguelemosreverte I'm running it on a 2019, 16-inch MBP, i9, 32 gb, AMD Radeon Pro 5500M 8 GB
If you find this issue, for the time being, running it locally seems to be the way to go: ``` git clone [email protected]:cocktailpeanut/dalai.git cd dalai/ npm i npm run dalai:llama...
Same happened to me, had to manually remove the notifications. What's interesting is that these were the same three posts 🤔
I'm testing the SDK 52.0.0-preview.12 and RN 0.76.1 and can confirm that the Android build is broken ``` [RUN_GRADLEW] /private/var/folders/5p/v8tzckhs3958w1zth99dtlbc0000gp/T/eas-build-local-nodejs/95e05321-767b-41ec-8305-0834978db28c/build/packages/munity-app/android/app/src/main/AndroidManifest.xml:28:18-86 Error: [RUN_GRADLEW] Attribute application@appComponentFactory value=(androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.13.1] AndroidManifest.xml:28:18-86 [RUN_GRADLEW] is...