Start a new topic

AuthorizedActivity undefned

Apologies for the cross posting. I initially posted this in the wrong forum. Hopefully, I will get an answer here.


Hi,

I am trying to integrate the google+ login with Kinvey and it complains about AuthorizedActivity. Basically, I cannot import import com.textuality.authorized.AuthorizedActivity;

This is how my build.gradle looks like:

AuthorizedActivity

repositories {

    flatDir {

        dirs 'libs'

    }

}

dependencies {

    compile fileTree(include: ['*.jar'], dir: 'libs')

 

    compile(name: 'kinvey-android-2.10.8', ext: 'aar')

    compile 'com.android.support:appcompat-v7:23.4.0'

    testCompile 'junit:junit:4.12'

    ....

}

 

As per the instructions, I have unzip all the jar and aar in the libs directory of my app.

 

The aar has this version: kinvey-android-2.10.8.aar

Please note that I can import

com.kinvey.android.Client and KinveyPingCallback packages successfully:

The KID is: kid_r10uAm-o

After doing successful ping test using your APIs, I tried integrating google+ sign-in. That is where it complains about import of this package (AuthorizeActivity).

 

Please let me know what I am doing incorrect.

 


Login or Signup to post a comment