zoukankan      html  css  js  c++  java
  • java.lang.NoClassDefFoundError: android.support.v4.view.ViewConfigurationCompat

    Recently I am trying to run the sliding menu examples which was given in this blog: http://www.curious-creature.org/2012/12/14/android-recipe-3-sliding-menu-layers-and-filters/; 

    1. download library prject from github;

    2. Inside the main project, right click-> property->android-> add library .

    3. NoClassDefoundError was given.

    I took nearly 24 hours to fix this problem, finally :) , it gets solved.

    Here is the solution:

    In the library project, delete libs folder. right click-> build path->java build path->add jars->then select the android.support.v4.jar->click ok. Clean the project , Over.

  • 相关阅读:
    POJ-2393
    POJ-1328
    POJ-2376
    CF-811B
    CF-811A
    CF-816B
    P1111 修复公路
    P2777 [AHOI2016初中组]自行车比赛
    P1889 士兵站队
    P1459 三值的排序 Sorting a Three-Valued Sequence
  • 原文地址:https://www.cnblogs.com/songwanzi/p/3798215.html
Copyright © 2011-2022 走看看