java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support4/content/ContextCompat;

分享个bug解决经验,同样的工程,同事发给我到我电脑上可以完美运行,在他的电脑上就会报如下错误直接崩溃,

 java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support4/content/ContextCompat;

解决步骤:

工程右键,properties,然后java build path,点击libraries,

点addJars选择工程里的报错的jar,

然后在order and export 里勾选jar包,clean,

完美运行。


你可能感兴趣的:(经验)