eclipse - NoClassDefFoundError found for Vuforia upgrade -


Vuforia has upgraded its library to patch a bug and I have to update it in a hurry.

I went from 2.5.7 to 2.8.8 and I have followed the following steps:

  • Eclipse global > to indicate the new directory adjust the variable;
  • To add "-o" to the old directory name, make sure I do not accidentally refuse obsolete libraries;
  • Added jar to external jar reference to point out my project to the new jar and for the Orders and Exports tab (Yes, I checked it!);
  • Changed the makefile to point to the new location;
  • Converted reference to QCAR :: tracker :: IMAGE_TARGET to QCAR :: ImageTracker :: getClassType () (a header has changed);
  • Armebe build was removed from the memphile so that only the Armebei-V7A was operational;
  • Completely clean and reconstruct everything;
  • Reclaim eclipse.

    When I try and run the app, then QCAR :: onResume () causes a NoClassDefFoundError .

    I can not really remember the one step I missed and / bin / dexedLibs / a Vuforia-4e3d2406 ... etc.jar included. The application references an external jar, but did more work before and it also refers to a separate external jar, but the secondary project (referred to in the Android properties and Java build path) ). What could I do wrong?

    In the original 2.5.7 libQCAR to the library. So called 2.8.8, the native library is called libVuforia.so I need to change

      System.loadLibrary ("QCAR");   

    to

      System.loadLibrary ("Vuforia");    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -