Skip to content Skip to sidebar Skip to footer

ClassLoader Referenced Unknown Path When Going To Next Activity

I currently have 4 different buttons. 3 of them lead to the same activity, but populate an ArrayList with different data. The only difference between the different sets of data is

Solution 1:

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.


Post a Comment for "ClassLoader Referenced Unknown Path When Going To Next Activity"