Mengyan Wang

Results 10 comments of Mengyan Wang

Hi @alexblack, can you see this exception consistently? If so, is it possible for you to upload a sample project for us to debug, Thanks.

Hi @alexblack, I try my best but I still can not repo this issue. grantland has already sent a PR #214 to fix #203. Let's whether it solve your problem....

@alexblack, Grantland has already landed his PR so you can verify whether it works with the snapshot version of SDK. But make sure you **do not** use the snapshot SDK...

Hi @rochadaniel, could you tell us what is expected and actual behaviour? If you get some error or exception, please also include them.

Hi @paatz04, I try in my emulator and device, and the local datastore works fine. The first query takes around 50ms - 100ms. And it is really wried for you...

Hi @alexblack, thanks for the quick response, I am trying to figure out what is the possible cause of this issue. I will update the information I need here.

You need to include ParseTwitterUtils if you need twitter login. Add `compile 'com.parse:parsetwitterutils-android:1.10.3'` to your project's dependencies will solve the problem.

Hi @ndacosta, the exception you mention means there are multiple `AbstractQueryController` in your dependencies. Since you have `compile fileTree(dir: 'libs', include: ['*.jar'])`, I am curious what is in your local...

Hi @Orbyt, we have not supported change the layout of the `ParseLoginActivity` yet. The easiest way to do it right now is to import the source code as a module...

Hi @amebrahimi, not 100% sure what you try to achieve but if you just want the className you can do `clazz.getClassName()` instead.