Classloader Referenced Unknown Path: /Data/App/

ClassLoader referenced unknown path

It's been few weeks now and not sure if you have figured it out or not.

I ran into an issue where my app wouldn't connect to the localhost web service from my device. It worked fine on the emulator.
My console was showing the same warning message as your's.

Here are my troubleshooting steps to fix it:

  1. Uninstalled the app from my phone
  2. Deleted the directories created by
    this app earlier, on my phone
  3. Disabled instant-run
  4. Restarted my phone

Having failed to fix it even after these steps, I looked at my phone connections and found that the wi-fi was disabled. Enabled the wi-fi and enabled instant-run and the happy days are back.

Lesson learnt is that the warning message you are seeing is irrelevant in my case.

Hope this helps.

ClassLoader referenced unknown path when going to next activity

The issue was caused by trying to pass a large list of facilities through the intent.

I solved this by performing the get that retrieved the data in the new activity, and instead passing the information needed for the get.



Related Topics



Leave a reply



Submit