Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

Adobe Target Implementation On Mobile

Avatar

Level 2

We are trying to implement Adobe Target for Mobile App

I have the following reference links.

Mobile App Visual Experience Composer

5.In your gradle.build file of your application project, add the following lines to the dependencies section:

dependencies {

  // PUT PREVIOUS PROJECT DEPENDENCIES HERE

  implementation('commons-beanutils:commons-beanutils-core:1.8.3') {

  exclude group: 'commons-logging', module: 'commons-logging'

  }

  implementation 'io.github.sac:SocketclusterClientJava:1.7.4'

  implementation 'com.google.code.gson:gson:2.8.2'

  implementation 'com.squareup.picasso:picasso:2.5.2'

  implementation 'com.google.android.gms:play-services-location:15.0.0'

  implementation project(':target-client-platform-release')

}

1525680010682.jpg

What caused the error?

What is target-client-platform-release?

Regards

0 Replies