Giter Site home page Giter Site logo

Comments (9)

plutoless avatar plutoless commented on August 21, 2024

What exactly is the issue you are having with? When you say it failed to run, what do you see? Have you executed flutter doctor to ensure all flutter environment is properly setup?

from agora-flutter-quickstart.

anraiki avatar anraiki commented on August 21, 2024

Flutter Doctor

Android license needed to be renewed but everything check off green.

Flutter Run

App is installed on device but crashes immediately when ran showing: "agora_flutter_quickstart has stopped."

With the option to "Close App"

from agora-flutter-quickstart.

plutoless avatar plutoless commented on August 21, 2024

which platform are you running this with? ios or android?

from agora-flutter-quickstart.

anraiki avatar anraiki commented on August 21, 2024

Android Version 8.0 (Oreo)

Samsung-SM-G930A

or Samsung Galaxy S7

from agora-flutter-quickstart.

plutoless avatar plutoless commented on August 21, 2024

AgoraIO-Extensions/Agora-Flutter-SDK#7 (comment)
maybe this is the same issue?

from agora-flutter-quickstart.

anraiki avatar anraiki commented on August 21, 2024

Strangely

     defaultConfig {
        applicationId "com.example.agoraflutterquickstart"
        minSdkVersion 16
        targetSdkVersion 28
        versionCode flutterVersionCode.toInteger()
        versionName flutterVersionName
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

        ndk {
            abiFilters 'armeabi-v7a', 'x86'
        }
    }

I follow the thread there and tried their solution to no avail. Adding x86 did nothing as well. I will poke around for another device to test on.

from agora-flutter-quickstart.

anraiki avatar anraiki commented on August 21, 2024

Okay.

Removing

        ndk {
            abiFilters 'armeabi-v7a', 'x86'
        }

Allowed me to run the app perfectly fine.

from agora-flutter-quickstart.

anraiki avatar anraiki commented on August 21, 2024
        // Use code below for production build
        // For debug mode you need to comment above lines of code
        // Issue with 'libflutter.so'
        // ndk {
        //     abiFilters 'armeabi-v7a', 'x86'
        // }

I believe wording is a bit off on the comment here.

It should be
// For debug mode you need to comment below lines of code

from agora-flutter-quickstart.

vaibhavmali123 avatar vaibhavmali123 commented on August 21, 2024

and what about phone over heating my handset overheats whenever i makes vieocall

from agora-flutter-quickstart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.