calvert1991/android4me

java.lang.ArrayIndexOutOfBoundsException on StringBlock

Opened this issue · 2 comments

What steps will reproduce the problem?
- Executed command below: (file attached)
java -jar AXMLPrinter2.jar status_bar.xml  >> statusbar.txt


What is the expected output? What do you see instead?
- Expected output: readable XML in a text file
- What I saw instead: exception after executing the command

What version of the product are you using? On what operating system?
- AXMLPrinter2, on Windows 7 64bit. Java version "1.6.0_29"

Please provide any additional information below.
- 

Original issue reported on code.google.com by erdeoca...@gmail.com on 21 Jan 2012 at 12:54

Attachments:

Also experience the same with attached file help_dialog.xml.

Windows 7 Professional, SP1, 64-bit.

java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode).

24,552 AXMLPrinter2.jar


Original comment by hocos...@gmail.com on 10 Sep 2012 at 3:38

Attachments:

Check your apk's minSDKVersion (in AndroidManifest.txt) 
If minSDKVersion >=7 (My case 8) ... It doesn't work

Original comment by misosmil...@gmail.com on 18 Jan 2013 at 6:30