Maui Project Unable to instantiate activity ComponentInfo
Java.Lang.RuntimeException: ‘Unable to instantiate activity ComponentInfo{TCRM_Service.TCRM_Service/TCRM_Service.MainActivity}: ‘ java.lang.ClassNotFoundException: ‘Didn’t find class “TCRM_Service.MainActivity” on path: DexPathList [ [zip file “/data/app/~~C_BfwTgdTmI7Q2CVHS4Avw==/TCRM_Service.TCRM_Service-IWq-WarhbPCJ22s36wnDpw==/base.apk”], nativeLibraryDirectories= [ /data/app/~~C_BfwTgdTmI7Q2CVHS4Avw==/TCRM_Service.TCRM_Service-IWq-WarhbPCJ22s36wnDpw==/lib/x86_64, /data/app/~~C_BfwTgdTmI7Q2CVHS4Avw==/TCRM_Service.TCRM_Service-IWq-WarhbPCJ22s36wnDpw==/base.apk!/lib/x86_64, /system/lib64, /system_ext/lib64 ] ] I am trying to get my app onto the google play store and keep running into this issue… <?xml version=”1.0″ encoding=”utf-8″?> <manifest xmlns:android=”http://schemas.android.com/apk/res/android” package=”TCRM_Service” android:versionCode=”1″ android:versionName=”1.0″> <application android:allowBackup=”true” […]
Maui Project Unable to instantiate activity ComponentInfo
Java.Lang.RuntimeException: ‘Unable to instantiate activity ComponentInfo{TCRM_Service.TCRM_Service/TCRM_Service.MainActivity}: ‘ java.lang.ClassNotFoundException: ‘Didn’t find class “TCRM_Service.MainActivity” on path: DexPathList [ [zip file “/data/app/~~C_BfwTgdTmI7Q2CVHS4Avw==/TCRM_Service.TCRM_Service-IWq-WarhbPCJ22s36wnDpw==/base.apk”], nativeLibraryDirectories= [ /data/app/~~C_BfwTgdTmI7Q2CVHS4Avw==/TCRM_Service.TCRM_Service-IWq-WarhbPCJ22s36wnDpw==/lib/x86_64, /data/app/~~C_BfwTgdTmI7Q2CVHS4Avw==/TCRM_Service.TCRM_Service-IWq-WarhbPCJ22s36wnDpw==/base.apk!/lib/x86_64, /system/lib64, /system_ext/lib64 ] ] I am trying to get my app onto the google play store and keep running into this issue… <?xml version=”1.0″ encoding=”utf-8″?> <manifest xmlns:android=”http://schemas.android.com/apk/res/android” package=”TCRM_Service” android:versionCode=”1″ android:versionName=”1.0″> <application android:allowBackup=”true” […]
Maui Project Unable to instantiate activity ComponentInfo
Java.Lang.RuntimeException: ‘Unable to instantiate activity ComponentInfo{TCRM_Service.TCRM_Service/TCRM_Service.MainActivity}: ‘ java.lang.ClassNotFoundException: ‘Didn’t find class “TCRM_Service.MainActivity” on path: DexPathList [ [zip file “/data/app/~~C_BfwTgdTmI7Q2CVHS4Avw==/TCRM_Service.TCRM_Service-IWq-WarhbPCJ22s36wnDpw==/base.apk”], nativeLibraryDirectories= [ /data/app/~~C_BfwTgdTmI7Q2CVHS4Avw==/TCRM_Service.TCRM_Service-IWq-WarhbPCJ22s36wnDpw==/lib/x86_64, /data/app/~~C_BfwTgdTmI7Q2CVHS4Avw==/TCRM_Service.TCRM_Service-IWq-WarhbPCJ22s36wnDpw==/base.apk!/lib/x86_64, /system/lib64, /system_ext/lib64 ] ] I am trying to get my app onto the google play store and keep running into this issue… <?xml version=”1.0″ encoding=”utf-8″?> <manifest xmlns:android=”http://schemas.android.com/apk/res/android” package=”TCRM_Service” android:versionCode=”1″ android:versionName=”1.0″> <application android:allowBackup=”true” […]
MAUI ambiguous routes matched error on PopAsync()
Im getting error when trying to navigate back from pushed page