NoClassDefFoundError: android.support.v4.util.ArrayMap

前端 未结 3 1409
死守一世寂寞
死守一世寂寞 2021-01-20 20:30

Getting this error on JellyBean:

01-11 18:26:52.030: E/AndroidRuntime(16517): FATAL EXCEPTION: main
01-11 18:26:52.030: E/AndroidRuntime(16517): java.lang.No         


        
3条回答
  •  滥情空心
    2021-01-20 21:31

    Right Click on your project -> Build Path -> Configure Build Path -> Order and Export Tab.

    Make sure that "Android Private Libraries" is checked for Export.

    If you've added any libraries from the libs/ folder, remove them as they are automatically added in the "Android Private Libraries" section.

    Copy : https://stackoverflow.com/a/16641790/5243214

提交回复
热议问题