Closed dragongears closed 10 years ago
Thanks, Art. I'll get this merged into sdk_1.2 today.
Nice catch. On May 2, 2014 2:47 PM, "Jeremy White" notifications@github.com wrote:
Thanks, Art. I'll get this merged into sdk_1.2 today.
Reply to this email directly or view it on GitHubhttps://github.com/ConnectSDK/Connect-SDK-Android-API-Sampler/pull/8#issuecomment-42064731 .
This has been manually merged with the sdk-1.2 branch on commit 4667e147c3f324175bf585053c0091db9fddf3ed.
The maximum length of a Java string literal is 65535 bytes. The string literal for the toast icon is much longer than that and Android Studio complains. I moved it into a string resource and all seems to be well now.