Getting Error in Pega Mobile Custom Module - Gradle Sync Failed
Hi, I'm trying to create Pega Mobile Custom Module by following the steps from this article for creation.
https://support.pega.com/discussion/authoring-android-custom-modules-pega-mobile-client
I was able to create the custom module successfully, but while doing Gradle sync for this module in the android studio getting the below error.
2022-11-15 22:27:02,232 [12945657] WARN - ect.sync.GradleSyncStateHolder - Gradle sync failed: Could not find com.pega.gradle.plugins:gradle-pega-android-module:1.2. Searched in the following locations: - file:/C:/Android/CustomModule/repository/com/pega/gradle/plugins/gradle-pega-android-module/1.2/gradle-pega-android-module-1.2.pom - file:/C:/Users/********/.m2/repository/com/pega/gradle/plugins/gradle-pega-android-module/1.2/gradle-pega-android-module-1.2.pom - https://dl.google.com/dl/android/maven2/com/pega/gradle/plugins/gradle-pega-android-module/1.2/gradle-pega-android-module-1.2.pom - https://repo.maven.apache.org/maven2/com/pega/gradle/plugins/gradle-pega-android-module/1.2/gradle-pega-android-module-1.2.pom
In the devkit package, pmcModuleVersion is 1.2 and I have added the same in the custom module gradle.properties as well. Any input would be really appreciated.
Hi, I'm trying to create Pega Mobile Custom Module by following the steps from this article for creation.
https://support.pega.com/discussion/authoring-android-custom-modules-pega-mobile-client
I was able to create the custom module successfully, but while doing Gradle sync for this module in the android studio getting the below error.
2022-11-15 22:27:02,232 [12945657] WARN - ect.sync.GradleSyncStateHolder - Gradle sync failed: Could not find com.pega.gradle.plugins:gradle-pega-android-module:1.2. Searched in the following locations: - file:/C:/Android/CustomModule/repository/com/pega/gradle/plugins/gradle-pega-android-module/1.2/gradle-pega-android-module-1.2.pom - file:/C:/Users/********/.m2/repository/com/pega/gradle/plugins/gradle-pega-android-module/1.2/gradle-pega-android-module-1.2.pom - https://dl.google.com/dl/android/maven2/com/pega/gradle/plugins/gradle-pega-android-module/1.2/gradle-pega-android-module-1.2.pom - https://repo.maven.apache.org/maven2/com/pega/gradle/plugins/gradle-pega-android-module/1.2/gradle-pega-android-module-1.2.pom
In the devkit package, pmcModuleVersion is 1.2 and I have added the same in the custom module gradle.properties as well. Any input would be really appreciated.
@Mateusz @matrm @RadoslawNowak @gabir @MarijeSchillern, Any inputs will be really helpful!