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 7851055
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:04:18+00:00 2026-06-02T19:04:18+00:00

I did the following before i got issue: I ran a update in Android

  • 0

I did the following before i got issue:
I ran a update in Android SDK Manager .It gave a list of updates to be installed which includes revision version for SDK platform-tools,SDK tools. After the download i couldnt install it automatically..So i installed manually as this was a issue with a lot of ppl.
Most of my apps in the workspace worked fine except a few.

Actual issue
I could build the project successfully and i could also install it in the device.BUT WHEN I CLICK ON THE APP’s UI i get error in the device as “..process has stopped unexpectedly .Please try again”
In logcat i get the following..

    04-16 19:01:30.131: I/PhoneGapLog(4042): Changing log level to DEBUG(3)
    04-16 19:01:30.131: D/DroidGap(4042): DroidGap.onCreate()
    04-16 19:01:30.141: D/DroidGap(4042): DroidGap.loadUrl(file:///android_asset/www/index.html)
    04-16 19:01:30.141: D/DroidGap(4042): DroidGap: url=file:///android_asset/www/index.html baseUrl=file:///android_asset/www/
    04-16 19:01:30.141: D/DroidGap(4042): DroidGap.init()
    04-16 19:01:30.261: D/SoftKeyboardDetect(4042): Ignore this event
    04-16 19:01:30.311: D/SoftKeyboardDetect(4042): Ignore this event
    04-16 19:01:30.351: I/ActivityThread(4042): queueIdle
    04-16 19:01:30.351: V/ActivityThread(4042): Reporting idle of ActivityRecord{4a4a9448 token=android.os.BinderProxy@4a4a8ea8 {com.ingage.pocs.phonegap/com.ingage.pocs.phonegap.PhonegapIntegrationActivity}} finished=false
    04-16 19:01:30.351: W/ActivityNative(4042): send ACTIVITY_IDLE_TRANSACTION
    04-16 19:01:32.051: D/DroidGap(4042): DroidGap.startActivityForResult(intent,-1)
    04-16 19:01:32.091: W/dalvikvm(4042): VFY: unable to resolve static method 1761: Lcom/qualcomm/QCAR/QCAR;.requiresAlpha ()Z
    04-16 19:01:32.101: W/dalvikvm(4042): VFY: unable to resolve static method 1755: Lcom/qualcomm/QCAR/QCAR;.deinit ()V
    04-16 19:01:32.111: W/dalvikvm(4042): VFY: unable to resolve static method 1757: Lcom/qualcomm/QCAR/QCAR;.onPause ()V
    04-16 19:01:32.111: W/dalvikvm(4042): VFY: unable to resolve static method 1758: Lcom/qualcomm/QCAR/QCAR;.onResume ()V
    04-16 19:01:32.191: W/dalvikvm(4042): Exception Ljava/lang/NoClassDefFoundError; thrown during Lcom/ingage/pocs/phonegap/ImageTargets;.<clinit>
    04-16 19:01:32.201: W/dalvikvm(4042): Class init failed in newInstance call (Lcom/ingage/pocs/phonegap/ImageTargets;)
    04-16 19:01:32.201: W/dalvikvm(4042): threadid=1: thread exiting with uncaught exception (group=0x400207d8)
    04-16 19:01:32.211: E/AndroidRuntime(4042): FATAL EXCEPTION: main
    04-16 19:01:32.211: E/AndroidRuntime(4042): java.lang.ExceptionInInitializerError
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at java.lang.Class.newInstanceImpl(Native Method)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at java.lang.Class.newInstance(Class.java:1429)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2583)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2685)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at android.app.ActivityThread.access$2300(ActivityThread.java:126)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2038)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at android.os.Handler.dispatchMessage(Handler.java:99)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at android.os.Looper.loop(Looper.java:123)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at android.app.ActivityThread.main(ActivityThread.java:4633)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at java.lang.reflect.Method.invokeNative(Native Method)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at java.lang.reflect.Method.invoke(Method.java:521)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at dalvik.system.NativeStart.main(Native Method)
    04-16 19:01:32.211: E/AndroidRuntime(4042): Caused by: java.lang.NoClassDefFoundError: com.qualcomm.ar.pl.CameraPreview
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at java.lang.Runtime.nativeLoad(Native Method)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at java.lang.Runtime.loadLibrary(Runtime.java:448)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at java.lang.System.loadLibrary(System.java:557)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at com.ingage.pocs.phonegap.ImageTargets.loadLibrary(ImageTargets.java:741)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at com.ingage.pocs.phonegap.ImageTargets.<clinit>(ImageTargets.java:128)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     ... 15 more
    04-16 19:01:32.211: E/AndroidRuntime(4042): Caused by: java.lang.ClassNotFoundException: com.qualcomm.ar.pl.CameraPreview in loader dalvik.system.PathClassLoader[/data/app/com.ingage.pocs.phonegap-1.apk]
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     at java.lang.ClassLoader.loadClass(ClassLoader.java:532)
    04-16 19:01:32.211: E/AndroidRuntime(4042):     ... 20 more

Please guide me in this. i assume tht some of the class files arent being recognised..Any suggestion will do .Thank you guys 🙂

  • 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-06-02T19:04:19+00:00Added an answer on June 2, 2026 at 7:04 pm

    com.qualcomm.ar.pl.CameraPreview is from Vuforia library of Qualcomm. Just copy QCAR.jar to libs directory of your project.

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

Sidebar

Related Questions

I have a controller which does the following line before rendering the view and
During some memory tests I did I got a segfault from the following program:
Just did a fresh Install of Eclipse 3.5 and the Android Platform (SDK's and
I did the following to upper case the first letter in each word but
I did the following steps to use the CDialog in win 32 application: Changed
I did the following but it not work for always.It works if i launch
Im a clojure beginner.I did the following steps as given on http://www.unexpected-vortices.com/clojure/brief-beginners-guide/development-env.html to setup
Trying to follow a technique found at bzr and gitosis I did the following:
hay all, I just did the following: a = input(give a word: ) b
How can I create a const boost matrix? The following did not work: const

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.