-
### Description
Layout does not fill space when device is rotated
### Steps to Reproduce
1. Rotate device to landscape
2. reproducable with:
new ListView()
…
-
## Bug Information
Version Number of Plugin: 4.5.0.6
Device Tested On: Android
Simulator Tested On:
Version of VS: Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview
Version 17.2.0 Prev…
-
I've a multiple CSPROJ SLN. If we're building 13 projects and project 2 has an compilation error I expect the build to stop. It doesn't. I've tried resetting the value of "Stop Build on First Error…
-
I get the output below on the first attempt to build in a clean CI environment. If I run the same command immediately afterward, it works fine. `ANDROID_HOME` is unset.
```
jenkins@vagrant-ubuntu-tru…
-
Hi,
I tried importing the library in my Android Studio with both methods - AAR importing and Gradle dependency. But I am getting the following error while gradle building -
`Information:Gradle …
-
```
What steps will reproduce the problem?
1. Create a project with Android Studio.
2. Add this library as dependency or other library that depends on this project.
3. Compile the app.
What is the ex…
-
```
What steps will reproduce the problem?
1. Create a project with Android Studio.
2. Add this library as dependency or other library that depends on this project.
3. Compile the app.
What is the ex…
-
### Steps to reproduce
Hi,
Im trying to debug my app behavior, and noticed that most of the console output that is present while debugging in Android dissapears when debugging for IOS.
As an exampl…
-
To fix black screen issues described in #74801, I used snippet from comments
```java
public class MyFlutterActivity extends FlutterActivity {
....
@NonNull
protected FlutterActivityLau…
-
I'm not sure if this is just a documentation bug or something we want to actively make easier.
It's possible to run a Perfetto native heap trace on Android 9+. However, to get symbols in the trace,…