Answered
Causing import issues with Android SDK
Have done Step 1
repositories {
maven {
url "https://software.mobile.pendo.io/artifactory/androidx-release"
}
mavenCentral()
}
and Step 2
dependencies {
implementation group:'sdk.pendo.io' , name:'pendoIO', version:'2.22.+', changing:true
}
Have all the required minimum setup in gradle
Still facing import issue, any help on what to do next, should be unblocked.
Note have also added a pro guard rule mentioned on GitHub.
Adding reference link which is used for integration: https://github.com/pendo-io/pendo-mobile-sdk/blob/2.22.5/android/pnddocs/native-android.md
0
Comments
Hi !
Please make sure you've synced your project.
if you have, please see if there are any errors getting the pendo SDK.
Also, we'd suggest taking the latest SDK, which is 3.6
Waiting for updates
Thank you !
Hi,
Yes, the project has been synced well. Also, as suggested using the latest SDK 3.6.
Still showing same import issues.
Hey Kanchan Vaishnav, to further assist you with troubleshooting the issue, please open a technical issue on our GitHub and provide as much detail as possible (such as the build errors you see and verifying you meet the requirements listed in the integration instructions).
Thank you!!
https://github.com/pendo-io/pendo-mobile-sdk/issues/247
Have created issue here, please let me know if some guidance could be given on this.
Please sign in to leave a comment.