Android: “Class loader may fail for processes that host multiple applications”

后端 未结 2 437

What does this message in Eclipse\'s logcat for Android mean?

W/ActivityThread: ClassLoader.getResources: The class loader returned by Thread.getContextClass         


        
2条回答
  •  死守一世寂寞
    2020-12-08 03:26

    I received this warning without either android:sharedUserId or android:process in my Manifest...

    Found it only presented on an emulator...

    Devices did not present the warning message. Tested on Smartphone KitKat 4.4 API 19, and Tablet 5.0.1 API 21.

提交回复
热议问题