ibm-bluemix-mobile-services / bms-clientsdk-android-core

Core components of Bluemix Mobile Services Android SDK
Apache License 2.0
6 stars 11 forks source link

The method getAuthorizationManager() is undefined for the type BMSClient #10

Closed xnbxx closed 7 years ago

xnbxx commented 8 years ago

line 564 in MFPPush.java is as below: AuthorizationManager authorizationManager = BMSClient.getInstance().getAuthorizationManager();

However, com.ibm.mobilefirstplatform.clientsdk.android.core.api.BMSClient.java has not method getAuthorizationManager(),

I am using the release on 4/4/2016 for bms-clientsdk-android-core-master.zip (there is not newer release than the one on 4/4/2016 from github),

Please advise. Thanks, KC

xnbxx commented 8 years ago

I have to mention, I am using eclipse. If I use Android studio, there is not this issue.

dgonz7 commented 7 years ago

Only Android Studio is supported, closing this.