diff --git a/edxp-core/src/main/cpp/main/src/edxp_context.cpp b/edxp-core/src/main/cpp/main/src/edxp_context.cpp index 1d64f54e..adb77799 100644 --- a/edxp-core/src/main/cpp/main/src/edxp_context.cpp +++ b/edxp-core/src/main/cpp/main/src/edxp_context.cpp @@ -224,7 +224,7 @@ namespace edxp { } void Context::RegisterEdxpService(JNIEnv *env) { - auto path = ConfigManager::GetFrameworkPath("edservice.dex"); + auto path = ConfigManager::GetFrameworkPath("edxp.dex"); std::ifstream is(path, std::ios::binary); if (!is.good()) { LOGE("Cannot load path %s", path.c_str());