twitter-kit-android icon indicating copy to clipboard operation
twitter-kit-android copied to clipboard

Twitter Kit for Android

Results 58 twitter-kit-android issues
Sort by recently updated
recently updated
newest added

Error:com.android.builder.dexing.DexArchiveBuilderException: Failed to process C:\Users\Administrator\.gradle\caches\transforms-1\files-1.1\tweet-ui-3.2.0.aar\5001f588c3e856c7f1cccabe14bfc388\jars\classes.jar Error:com.android.builder.dexing.DexArchiveBuilderException: Error while dexing com/twitter/sdk/android/tweetui/internal/SwipeToDismissTouchListener.class Error:Execution failed for task ':app:transformClassesWithDexBuilderForDebug'. > com.android.build.api.transform.TransformException: com.android.builder.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to process C:\Users\Administrator\.gradle\caches\transforms-1\files-1.1\tweet-ui-3.2.0.aar\5001f588c3e856c7f1cccabe14bfc388\jars\classes.jar Error:com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version...

In the README (and around the internet) the recommended way to include the twitter library is this: ```groovy compile('com.twitter.sdk.android:twitter:3.2.0@aar') { transitive = true } ``` As far as I am...

Hi, after changing from fabric's twitterkit to twitterkit 3, there is big delay when I'm launching my app. After the splash screen there is a black screen for ~8sec, log...

Loading a Tweet for the first time takes around 20 seconds. After that it's loaded really quickly. This behaviour only appears when running the app. When attaching a debugger, there...

hello, In my applizacion I want to display TweetView in RecyclerView item. I have added dependencies for app module gradle file: `compile 'com.twitter.sdk.android:twitter-core:3.2.0' compile 'com.twitter.sdk.android:tweet-ui:3.2.0'` I'm initialising Twitter in App...

Hi guys, I have using twitter SKD for twitter URL (my link web) to timeline. But in Popup preview the content my web can't show (Image thumbnail), show text link...

I want to show my terms and conditions dialog popup before Authorization App, . but when i click twitter button it take me to Authorization App.. so how can i...

IllegalArgumentException: AuthToken must not be null. Module "android.os.HandlerThread", line 60, in run Module "android.os.Looper", line 137, in loop Module "android.os.Handler", line 99, in dispatchMessage Module "android.app.IntentService$ServiceHandler", line 65, in handleMessage...

I'm using dexguard. in Devlope mode build, it comes well. not in Production Should I setup dexguard for twitter-kit?? using twitter-kit in gradle ``` compile ('com.twitter.sdk.android:twitter:3.1.1@aar') { transitive = true...

- Steps to reproduce the problem: Call `TwitterAuthClient#authorize()` and don't complete the flow successfully eg. disable internet connection before or cancel. 1) when there is no internet connection at the...