-
Replace using `Timber` directly with `org.maplibre.android.log.Logger`.
It looks like the few places where this is done is after the fork:
https://github.com/maplibre/maplibre-native/blame/main/…
-
### Description
Release build crashing when r8 is enabled, see relevant log output when attempting to launch the app on real device.
### Steps to Reproduce
_No response_
### Link to public reprodu…
-
### Steps to reproduce
1.Open the application.
2.Slide the page.
3.Capture profile memory snapshots by using Flutter devtool.
I found the difference in my android application,then I retested thi…
-
Related : #3543
It would be nice to have a logger that is also compatible with Android. (AFAIK stdout/stderr outputs go to `/dev/null` on Android)
We may wrap the print function(`std::cout` in `…
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
"Android" apk does not start on physical or s…
-
Possibly related to #35
```
FATAL EXCEPTION: main
Process: com.w2sv.autocrop, PID: 4958
java.lang.ClassCastException: y2.h cannot be cast to android.app.Activity
at m1.e.v(Unknown Source:43)
at com…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
报错信息如下,不知道应该如何解决了
`
FAILURE: Build failed with an exception.
* Where:
Build file 'D:\code\flutter\flutter_server_box\android\build.gradle' line: 10
* What went wrong:
A problem occurred eval…
-
### Checklist
- [X] I have used the search function to see if someone else has already submitted the same bug report.
- [X] I will describe the problem with as much detail as possible.
### App
Thun…
-
### Description
The setup is a CollectionView inside a grid. The grid has gesture recognizers defined, the CollectionView does not.
Tapping on the page triggers the tap gesture recognizer unless you…