Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/monodroid/jni/monodroid-glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -2931,7 +2931,7 @@ register_packages (MonoDomain *domain, JNIEnv *env, jobjectArray assemblies)
a = mono.mono_domain_assembly_open (domain, basename);
if (a == NULL) {
log_fatal (LOG_ASSEMBLY, "Could not load assembly '%s' during startup registration.", basename);
log_fatal (LOG_ASSEMBLY, "This might be due to an invalid debug instalation.");
log_fatal (LOG_ASSEMBLY, "This might be due to an invalid debug installation.");
log_fatal (LOG_ASSEMBLY, "A common cause is to 'adb install' the app directly instead of doing from the IDE.");
exit (FATAL_EXIT_MISSING_ASSEMBLY);
}
Expand Down