So I'm needing to create class files in Android Studio so I can use URLClassLoader. I need to do this so that I can pass custom objects through a socket, I keep getting a ClassNotFoundException. I know the conventional way to go about this is to add the object's class to the classpath, but I couldn't figure that out - things I read online seemed to either be outdated, or for a different setup.
I can't see how to create class files, though. When I build an IntelliJ object, the class files get created. But not in AndroidStudio. Why?