Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
258 views
in Technique[技术] by (71.8m points)

android - Flutter Application Performance on armeabi-v7a

So I was testing my application on this, and noticed it was unbearably sluggish.

I tried installing a version specific to armeabi-v7 by using split, but to no luck. After which I though maybe it was something wrong with my code so create a fresh new project and tried installing it. This also resulted in the same performance issue.

I tried looking for an issue regarding this in flutter's repo, but couldn't find any thing relevant. So am I missing something?

[?] Flutter (Channel stable, 1.22.2, on macOS 11.1 20C69, locale en-US)
    ? Flutter version 1.22.2 at /Users/riteshakya037/Projects/flutter
    ? Framework revision 84f3d28555 (3 months ago), 2020-10-15 16:26:19 -0700
    ? Engine revision b8752bbfff
    ? Dart version 2.10.2

 
[?] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    ? Android SDK at /Users/riteshakya037/Library/Android/sdk
    ? Platform android-30, build-tools 30.0.2
    ? ANDROID_HOME = /Users/riteshakya037/Library/Android/sdk
    ? Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    ? Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)
    ? All Android licenses accepted.

[?] Xcode - develop for iOS and macOS (Xcode 12.2)
    ? Xcode at /Applications/Xcode.app/Contents/Developer
    ? Xcode 12.2, Build version 12B45b
    ? CocoaPods version 1.10.0

[!] Android Studio (version 4.1)
    ? Android Studio at /Applications/Android Studio.app/Contents
    ? Flutter plugin not installed; this adds Flutter specific functionality.
    ? Dart plugin not installed; this adds Dart specific functionality.
    ? Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)

[?] VS Code (version 1.52.1)
    ? VS Code at /Applications/Visual Studio Code.app/Contents
    ? Flutter extension version 3.18.1

 
[?] Connected device (2 available)            
    ? AOSP on IA Emulator (mobile) ? emulator-5554 ? android-x86 ? Android 9 (API 28) (emulator)
    ? sdk phone armv7 (mobile)     ? emulator-5556 ? android-arm ? Android 6.0 (API 23) (emulator)

Specs for the device can be found this


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...