diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp index b9fca126113..3f14c090771 100644 --- a/src/plugins/android/androidplugin.cpp +++ b/src/plugins/android/androidplugin.cpp @@ -89,7 +89,7 @@ bool AndroidPlugin::initialize(const QStringList &arguments, QString *errorMessa addAutoReleasedObject(new Internal::AndroidDeviceFactory); addAutoReleasedObject(new Internal::AndroidPotentialKit); addAutoReleasedObject(new Internal::JavaEditorFactory); - addAutoReleasedObject(new AndroidPackageInstallationFactory); + addAutoReleasedObject(new Internal::AndroidPackageInstallationFactory); KitManager::registerKitInformation(new Internal::AndroidGdbServerKitInformation); addAutoReleasedObject(new Internal::AndroidManifestEditorFactory);