skip to Main Content

Android Studio – Cannot run Flutter app on Android virtual device

I created simple Flutter app, installed Nexus virtual device, but when I tried to start an app, I get the error shown below. Android emulator version 31.3.9.0 (build_id 8700579) (CL:N/A) emulator: INFO: Found systemPath E:AndroidStudioSettingssystem-imagesandroid-30google_apis_playstorex86 emulator: INFO: Found systemPath E:AndroidStudioSettingssystem-imagesandroid-30google_apis_playstorex86…

VIEW QUESTION

Visual Studio Code – Trying to run my app on an iphone simulator through VS Studio and Xcode and when I run the simulator I get this error:

/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer/analyzer.rb:124:in `analyze' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:416:in `analyze' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:241:in `block in resolve_dependencies' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/user_interface.rb:64:in `section' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:240:in `resolve_dependencies' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/installer.rb:161:in `install!' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command/install.rb:52:in `run' /Library/Ruby/Gems/2.6.0/gems/claide-1.1.0/lib/claide/command.rb:334:in `run' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/lib/cocoapods/command.rb:52:in `run' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.11.3/bin/pod:55:in `<top (required)>' /usr/local/bin/pod:23:in `load' /usr/local/bin/pod:23:in `<main>' Error output from CocoaPods: ↳ [!] Automatically assigning platform iOS with version 9.0…

VIEW QUESTION

Ubuntu – Play Store doesn't accept my AppBundle with Flutter?

I want to upload my Flutter AppBunble to PlayStore but I got this message from PlayStore: And Here are AndroidManifest.xml codes: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="co..."> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <application android:usesCleartextTraffic="true" android:icon="@mipmap/ic_launcher" android:label="... هروی"> <activity android:name=".MainActivity"…

VIEW QUESTION
Back To Top
Search