Hello,
I’m unable to post an app card on android, i see the AppCard but the image doesn’t show.
the uri im sending to my app look like this :
jar:file:///data/app/com.test.test-1/base.apk!/assets/test.png
and the logs i am getting on my llogcat are this :
01-15 17:45:48.600: E/TweetUploadService(26891): Post Tweet failed
01-15 17:45:48.600: E/TweetUploadService(26891): com.twitter.sdk.android.core.TwitterException: Uri file path resolved to null
I don’t know what’s wrong with my uri but it seem good.
Thanks in advance