I got problem when change name packages
in android studio
,
first i use some open source project
, then when i want to change the previous packages
some of function
cant be used, the error message
is "ClassNotFoundException:yuku.kpri.model.Song"
even thoughni already change packages
"yuku"
to "buna"
and all packages
that related to "yuku"
change to "buna"
and also packages "yuku.kpri.model.Song"
changes to "buna.kpri.model.Song"
but the code still run to yuku.kpri.model.Song
,
I already try many solution like
Error Message when try to use the function Here
Help me to solve this problem, what i miss and my mistake... im looking for your answer