HI All

HI All
I am wanting to use QR/Bar code scanning on Android using INtents
The code I had working now does not work
the error is android.content.activitynotdoundexception:no activity found to handle intent {act=com.google.zxing.client.android.SCAN pkg=com.google/zxing.client.android (has extras)}.

I suspect the .xml template file needs editing
currently that has
<%application-meta-data%>
<%services%>

android:label="%activityLabel%"
android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
android:launchMode="singleTask">

android:value="%libNameValue%" />







<%activity%>
<%receivers%>

Comments

  1. Maybe a stupid question but do you have bare code scanner from ZXing installed?

    ReplyDelete
  2. ah, that's it! (I had updated my phone and so that was no longer installed). Sometimes its the little things!

    ReplyDelete

Post a Comment