UmengShare icon indicating copy to clipboard operation
UmengShare copied to clipboard

目前umeng官方提供的集成教程依然是基于Eclipse,集成起来相当繁琐。基于不重复造轮子的思路粗略封装了该库,方便Android Studio用户一步集成和调用,力争踩过的坑尽可能别人不再踩,欢迎拍砖(注:基于友盟分享SDK5....

Results 4 UmengShare issues
Sort by recently updated
recently updated
newest added

debug 代码时,发现一键分享功能微信屏幕一闪不能跳到微信界面,不知道是什么问题;但是在直接下载的apk中却能正常分享。

点击分享图片的时候: java.lang.RuntimeException: Don't support type at com.umeng.socialize.media.UMImage.a(UMImage.java:126) at com.umeng.socialize.media.UMImage.(UMImage.java:111) at com.gp.lostandfound.activity.InfoActivity.share(InfoActivity.java:270) at com.gp.lostandfound.activity.InfoActivity.onClick(InfoActivity.java:223) at android.view.View.performClick(View.java:3511) at android.view.View$PerformClick.run(View.java:14110) at android.os.Handler.handleCallback(Handler.java:605) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4426) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511)...

could not find com.github.fg2q1q3q:umengshare:1.2.0, even had add " maven { url "https://jitpack.io" }", and search in the mave2 website cannot find this library too