Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6945549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:27:01+00:00 2026-05-27T13:27:01+00:00

I tried the Phonegap And Barcodescanner. http://www.mobiledevelopersolutions.com/home/start/twominutetutorials/tmt3 scanCode click the link. Then exit with

  • 0

I tried the Phonegap And Barcodescanner.

http://www.mobiledevelopersolutions.com/home/start/twominutetutorials/tmt3

“scanCode” click the link.
Then exit with an error of Android applications.

Log is as follows. What is wrong.

> 12-13 10:55:32.486: E/AndroidRuntime(3726): FATAL EXCEPTION: main
> 12-13 10:55:32.486: E/AndroidRuntime(3726):
> java.lang.RuntimeException: Unable to instantiate activity
> ComponentInfo{com.myapp/com.google.zxing.client.android.encode.EncodeActivity}:
> java.lang.ClassNotFoundException:
> com.google.zxing.client.android.encode.EncodeActivity in loader
> dalvik.system.PathClassLoader[/data/app/com.myapp-1.apk] 12-13
> 10:55:32.486: E/AndroidRuntime(3726):     at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1608)
> 12-13 10:55:32.486: E/AndroidRuntime(3726):   at
> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1702)
> 12-13 10:55:32.486: E/AndroidRuntime(3726):   at
> android.app.ActivityThread.access$1500(ActivityThread.java:117) 12-13
> 10:55:32.486: E/AndroidRuntime(3726):     at
> android.app.ActivityThread$H.handleMessage(ActivityThread.java:949)
> 12-13 10:55:32.486: E/AndroidRuntime(3726):   at
> android.os.Handler.dispatchMessage(Handler.java:99) 12-13
> 10:55:32.486: E/AndroidRuntime(3726):     at
> android.os.Looper.loop(Looper.java:123) 12-13 10:55:32.486:
> E/AndroidRuntime(3726):   at
> android.app.ActivityThread.main(ActivityThread.java:3728) 12-13
> 10:55:32.486: E/AndroidRuntime(3726):     at
> java.lang.reflect.Method.invokeNative(Native Method) 12-13
> 10:55:32.486: E/AndroidRuntime(3726):     at
> java.lang.reflect.Method.invoke(Method.java:507) 12-13 10:55:32.486:
> E/AndroidRuntime(3726):   at
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
> 12-13 10:55:32.486: E/AndroidRuntime(3726):   at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622) 12-13
> 10:55:32.486: E/AndroidRuntime(3726):     at
> dalvik.system.NativeStart.main(Native Method) 12-13 10:55:32.486:
> E/AndroidRuntime(3726): Caused by: java.lang.ClassNotFoundException:
> com.google.zxing.client.android.encode.EncodeActivity in loader
> dalvik.system.PathClassLoader[/data/app/com.myapp-1.apk] 12-13
> 10:55:32.486: E/AndroidRuntime(3726):     at
> dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
> 12-13 10:55:32.486: E/AndroidRuntime(3726):   at
> java.lang.ClassLoader.loadClass(ClassLoader.java:551) 12-13
> 10:55:32.486: E/AndroidRuntime(3726):     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:511) 12-13
> 10:55:32.486: E/AndroidRuntime(3726):     at
> android.app.Instrumentation.newActivity(Instrumentation.java:1021)
> 12-13 10:55:32.486: E/AndroidRuntime(3726):   at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1600)
> 12-13 10:55:32.486: E/AndroidRuntime(3726):   ... 11 more
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:27:01+00:00Added an answer on May 27, 2026 at 1:27 pm

    It sounds like you don’t have the library project setup correctly. Here is a blog post I did on getting things setup correctly.

    http://simonmacdonald.blogspot.com/2011/12/installing-barcode-plugin-for-phonegap.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Tried this: $('.link').click(function(e) { $.getScript('http://www.google.com/uds/api?file=uds.js&amp;v=1.0', function() { $('body').append('<p>GOOGLE API (UDS) is loaded</p>'); }); return
I want to open a link say www.google.com in Phonegap Android... I've tried lot
I tried to follow this instruction: http://wiki.phonegap.com/w/page/16494774/Getting-started-with-Android-PhoneGap-in-Eclipse I can run the example but when
I've tried the PhoneGap code at but it doesnt work. The click on menubutton
I am trying to understand the way functions are called in this tutorial http://docs.phonegap.com/en/1.3.0/phonegap_storage_storage.md.html#SQLResultSetList
Im using PhoneGap version 2.1 and tried to incorporate the facebook-phonegap plugin ( https://github.com/davejohnson/phonegap-plugin-facebook-connect
I tried to use Cleaver, that is PhoneGap / Cordova as a component of
I have tried to upload image using FileTransfer.upload in phonegap api.But I am getting
I want to integrate a php code into my application phoneGap(HTML). So, I tried
Tried to bind submit event (or click or whatever) to an element within a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.