ClassNotFoundException: Didn't find class "xxxxx" on path: DexPathList
问题出现大概原因:
1。Manifest文件中注册的Activity的名称有没有写错,保险起见,写上类的全名即可;
2。在Java Build Path面板下的Order and Export中,把你引入的jar文件,勾上,否则,跟没引用一样,然后clean;
ClassNotFoundException: Didn't find class "xxxxx" on path: DexPathList
问题出现大概原因:
1。Manifest文件中注册的Activity的名称有没有写错,保险起见,写上类的全名即可;
2。在Java Build Path面板下的Order and Export中,把你引入的jar文件,勾上,否则,跟没引用一样,然后clean;