Giter Club home page Giter Club logo

Comments (14)

sdabbo avatar sdabbo commented on August 19, 2024 22

I moved the BarcodeScannerActivity below the MainActivity in the AndroidManifest.xml. That fixed the issue for me.
I did not add the exported="true".

from flutter_barcode_reader.

arpitcybernetyx avatar arpitcybernetyx commented on August 19, 2024 2
  1. android:exported="true"
<intent-filter>
        <action android:name="android.intent.action.MAIN" >
        </action>
    </intent-filter>

Both are required .

<activity
    android:name="com.example.lib.MainActivity"
    android:label="LibMain" 
    android:exported="true">
    <intent-filter>
        <action android:name="android.intent.action.MAIN" >
        </action>
    </intent-filter>
</activity>

from flutter_barcode_reader.

matthewtsmith avatar matthewtsmith commented on August 19, 2024

Do you have com.apptreesoftware.barcodescan.BarcodeScannerActivity declared in your AndroidManifest.xml?

from flutter_barcode_reader.

haarts avatar haarts commented on August 19, 2024

from flutter_barcode_reader.

bhammer88 avatar bhammer88 commented on August 19, 2024

is the uses-permission for the camera there?

from flutter_barcode_reader.

haarts avatar haarts commented on August 19, 2024

The permissions are there indeed.
But I've found the culprit! After some twiddling around I stumbled upon this SO post: https://stackoverflow.com/questions/19829507/android-java-lang-securityexception-permission-denial-starting-intent.
Adding android:exported="true" to the Activity definition fixed the issue. This should be added to the README I guess.

from flutter_barcode_reader.

Pushan-Gupta avatar Pushan-Gupta commented on August 19, 2024

@haarts With android:exported="true" my app just launches the barcode scanner. Then I have to press back button then click on the installed icon again

from flutter_barcode_reader.

Pushan-Gupta avatar Pushan-Gupta commented on August 19, 2024

Try

#32 (comment)

from flutter_barcode_reader.

dark-chocolate avatar dark-chocolate commented on August 19, 2024

On running the app from Android Studio (natively), it just runs successfully.

from flutter_barcode_reader.

Pushan-Gupta avatar Pushan-Gupta commented on August 19, 2024

@dark-chocolate No, the issue arose when dart sdk was updated recently.

from flutter_barcode_reader.

dark-chocolate avatar dark-chocolate commented on August 19, 2024

@Pushan-Gupta Did you find any solution?

from flutter_barcode_reader.

Pushan-Gupta avatar Pushan-Gupta commented on August 19, 2024

@dark-chocolate Yes I did. Check my reference above in the comments.

from flutter_barcode_reader.

dark-chocolate avatar dark-chocolate commented on August 19, 2024

@beatzcraft Thanks a lot. Your solution finally worked. Don't know the insane reason (putting it below the MainActivity) but it just worked. Thanks for sharing it. +1

from flutter_barcode_reader.

alexandrefett avatar alexandrefett commented on August 19, 2024

Solved for me too. +1

from flutter_barcode_reader.

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.