Closed 12221010ll closed 6 years ago
I don't seem to know why, but I'm having this same issue. Did you by any chance figure out the solution?
flutter build apk adb install build/app/outputs/apk/release/app-release.apk It's work! But Hot load?
when I click the scan,I have same problem.what can I do?
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.hjly168.hjly/com.apptreesoftware.barcodescan.BarcodeScannerActivity}; have you decla
red this activity in your AndroidManifest.xml?
I had this same error. I think the manifest changes don't get picked up. I deleted the build folder and then ran it again and it started working.
Deleting build folder works for me.
Delete build folder works. Thank you all
Deleted .gradle folder and then ran it again and it started working. flutter_app/android/.gradle
it work for me thanks
Thanks it worked for me
Thanks it worked for me
it work for me thanks
when I click the scan,I have same problem.what can I do?
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.hjly168.hjly/com.apptreesoftware.barcodescan.BarcodeScannerActivity}; have you decla red this activity in your AndroidManifest.xml?
open in android studio , build project
the app crashed before it even opened when i deleted the build.gradle file. is that what i was supposed to delete?
when i click "scan" the app has crashed.
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.met.metchain2/com.apptreesoftware.barcodescan.BarcodeScannerActivity}; have you declared this activity in your AndroidManifest.xml?
what that mean?