Just tried to run an app I wrote a while back, and it suddenly crashes with an error that says it can't find the MainActivity on the classpath. I haven't updated the code in a few months, and it worked last I uploaded code. Has anyone seen this before?
not kotlin but kotlin colored 3
j
Jeff Lockhart
10/05/2023, 2:19 PM
Usually the thing that older apps need is to remove the
package=<http://com.example.app|com.example.app>
attribute from the AndroidManifest.xml and put it in build.gradle: