How to share image in google Plus through an android app?

前端 未结 6 1742
既然无缘
既然无缘 2020-12-24 07:54

I have already tried this code, but i didn\'t saw photo shared in my account.

File file = new File(\"sdcard/1346249742258.jpg\");
String photoUri = null;
pho         


        
6条回答
  •  失恋的感觉
    2020-12-24 08:37

    HEy Deepika you are getting file nor found exception because that google plus app is not present on the device the way you have coded is just to start the native app from the device

    it will work only if the native ap is actully present

    otherway is to have google plus sdk which is small jar file with that you can share image

    https://developers.google.com/+/mobile/android/

提交回复
热议问题