Garnik
Garnik
Almost the same scenario, except running inside zone does not work for me. Had to remove `clearHistory` temporarily until this gets resolved.
@farfromrefug it seems to be related so I am not creating a separate issue, but with the new cli using gradle 7+ I am getting: ``` Script '.../node_modules/@nativescript-community/ui-material-core/platforms/android/include.gradle' line: 7...
This has been the case for me since 7.x https://github.com/NativeScript/nativescript-cli/issues/5437 Still trying to make it work.
1. Reinstalled xcode CLI tools 2. Reinstalled Nativescript 3. Reinstalled Ruby and updated gems Now I can see Console and Sources in DevTools, network and elements are still missing...But apparently...
Hi @Bernardmyburgh5 , this is not the same issue, you can bump your `minSdkVersion` to `21`, in your `app.gradle` (`App_Resources/Android/app.gradle`) to get proper compatibility. The error is pretty descriptive.
@triniwiz I am doing that, but I still see crashes related as seen above, so I thought it would be possible to mitigate with ensuring it was called later on,...
@triniwiz typescript/angular, if I understood the question correctly.
@triniwiz on a chromebook running API 29 (ASUS Chromebook C202SA), `UriHelper` seems to throw with: ``` java.lang.IllegalArgumentException: column '_data' does not exist. Available columns: [] ``` I assume the reason...
I am able to reproduce this in an emulator: 1. `tns debug android` 2. Click home button 3. Click square button and bring back the application from the background 4....
@yashpyraj which Android versions are you getting issues on? This seems to be working on Android 10,11,12 for me