Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample flutter app does not display properly in pixel 2 API 25 emulator #15313

Closed
pkreddy04 opened this issue Mar 8, 2018 · 3 comments
Closed

Comments

@pkreddy04
Copy link

pkreddy04 commented Mar 8, 2018

Steps to Reproduce

  • Installed Flutter by following the steps
  • Used Android studio IDE
  • Built and ran the app on the Android emulator (pixel 2 API 25)
  • See issue with app not being displayed properly in the emulator (When i used a note 4 android 6.1 phone, there was no issue with the app display)

Logs

Run your application with flutter run and attach all the log output.
Launching lib/main.dart on Android SDK built for x86 in debug mode...
Initializing gradle...
Resolving dependencies...
Running 'gradlew assembleDebug'...
Built build\app\outputs\apk\debug\app-debug.apk (24.6MB).

Run flutter analyze and attach any output of that command also.
Analyzing C:\pkr\test\Android\flutter_app...
No issues found!
Ran in 7.3s

Flutter Doctor

[√] Flutter (Channel beta, v0.1.5, on Microsoft Windows [Version 6.3.9600], locale en-US)
ΓÇó Flutter version 0.1.5 at C:\pkr\Tech\Flutter\flutter
ΓÇó Framework revision 3ea4d06 (2 weeks ago), 2018-02-22 11:12:39 -0800
ΓÇó Engine revision ead227f
ΓÇó Dart version 2.0.0-dev.28.0.flutter-0b4f01f759

[√] Android toolchain - develop for Android devices (Android SDK 26.0.2)
ΓÇó Android SDK at C:\Users\preddy\AppData\Local\Android\sdk
ΓÇó Android NDK at C:\Users\preddy\AppData\Local\Android\sdk\ndk-bundle
ΓÇó Platform android-27, build-tools 26.0.2
ΓÇó ANDROID_HOME = C:\Users\preddy\AppData\Local\Android\sdk
ΓÇó Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
ΓÇó Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)

[√] Android Studio (version 3.0)
ΓÇó Android Studio at C:\Program Files\Android\Android Studio
ΓÇó Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)

[!] VS Code (version 1.21.0)
ΓÇó VS Code at C:\Program Files (x86)\Microsoft VS Code
ΓÇó Dart Code extension not installed; install from
https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code

[√] Connected devices (1 available)
ΓÇó Android SDK built for x86 ΓÇó emulator-5554 ΓÇó android-x86 ΓÇó Android 7.1.1 (API 25) (emulator)

! Doctor found issues in 1 category.

@pkreddy04 pkreddy04 changed the title Sample flutter app does not display properly Sample flutter app does not display properly in pixel 2 API 25 emulator Mar 8, 2018
@chinmaygarde
Copy link
Member

I believe this is due to OpenGL emulation issues on the AVD. You can try switching to software rendering using flutter run --enable-software-rendering. Filed #15451 to consider making this the default.

@pkreddy04
Copy link
Author

Thanks, now the app is displayed in the emulator with no issues

engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 8, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 8, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 10, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 10, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 10, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 10, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 10, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 10, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 10, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 10, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this issue Jan 11, 2020
… in preparation for luci xcode 11 migration (flutter#15316)", Reverted in flutter#15313
@github-actions
Copy link

github-actions bot commented Sep 3, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants