Android Question I'm having trouble with Wear watchface's config button

NeoTechni

Well-Known Member
Licensed User
Longtime User
I get

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.omnicorp.lcar.wear/com.omnicorp.lcar.wear.analogwatchfaceWearableConfigActivity}: java.lang.ClassNotFoundException: Didn't find class "com.omnicorp.lcar.wear.analogwatchfaceWearableConfigActivity" on path: DexPathList[[zip file "/data/app/com.omnicorp.lcar.wear-1/base.apk"],nativeLibraryDirectories=[/data/app/com.omnicorp.lcar.wear-1/lib/arm, /vendor/lib, /system/lib]]

I changed everything in the manifest to point to Main instead, and it refuses to load that. I gave up and made an activity named analogwatchfaceWearableConfigActivity and just had it StartActivity(Main), but I still get the same error.
 
Top