I am making an application using Galaxy S3, and getting a "SPAN_EXCLUSIVE_EXCLUSIVE cannot have a zero length" error. The app is working perfectly on an emulator. Any help would be appreciated! Thanks
Asked
Active
Viewed 1,415 times
1
-
possible duplicate of [Android - SPAN\_EXCLUSIVE\_EXCLUSIVE spans cannot have a zero length](http://stackoverflow.com/questions/13670374/android-span-exclusive-exclusive-spans-cannot-have-a-zero-length) – Peter O. Apr 06 '13 at 20:03
1 Answers
0
This is happening when I test my apps on my devices as well. Do you have Swiftkey installed on your phone? This may shed some light on the issue, if you do.
Edit: See this answer - https://stackoverflow.com/a/13986224/183231
-
Nope I have not installed swift key. I am stuck on this error since a long time – user2252488 Apr 06 '13 at 19:48
-
04-06 15:50:20.672: E/SpannableStringBuilder(27759): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length This is the error I am getting in the log cat. – user2252488 Apr 06 '13 at 19:50