Skip to content Skip to sidebar Skip to footer

Twitter No Package Identifier When Getting Value For Resource Number 0x00000000

I'm trying to implement twitter login in my android app. I've followed the instructions ( https://dev.twitter.com/twitter-kit/android/twitter-login ) but when I call Fabric.with(th

Solution 1:

Found the issue with the first exception. Apparently there are two different problems.

In my AndroidManifest.xml I was missing the attribute android:icon in <application ...>

I hope this will help others.

Post a Comment for "Twitter No Package Identifier When Getting Value For Resource Number 0x00000000"