Can't find class on android

OMG, found the problem… I tried using staticLoadClass, but my path had extra apostrophes (like this: “’ path’”)… I think FindObject was not supposed to work anyway in package Right? Since the class was not in memory yet. Now its working =)!