How to fix “android.content.ActivityNotFoundException” android-studio 2.3.3
问题 I have a small problem where when I click a certain button within my app, the app completely crashes each time without fail. I am using android studio 2.3.3 and the app is a barcode scanner, here is the error message I get: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=5010029217902 } Here is the section of code that is causing the error: } }); builder.setNeutralButton("Visit", new DialogInterface.OnClickListener() {