Failing to share on google+ with android
问题 I am trying to share my content on google+. Here is the tutorial I am following Google+ Tutorial This the part that is giving me problem. Intent shareIntent = ShareCompat.IntentBuilder.from(MyActivity.this) .setType("text/plain") .setText("Welcome to the Google+ platform. https://developers.google.com/+") .getIntent() .setPackage("myPakageName"); Here is the log 09-09 08:05:10.510: W/dalvikvm(716): threadid=1: thread exiting with uncaught exception (group=0x409c01f8) 09-09 08:05:10.601: E