Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am doing my first app on android. I have android sdk 7 and eclipse
i created the hello app
but it gives me error
Error generating final archive: java.lang.ArrayIdexOutOfBoundException:13
Location unknown
type android packaging problem


can any one help me

thanks
aby321
Posted

1 solution

Somewhere you have tried to access an element in an array that does not exist. That exception is "Thrown to indicate that an array has been accessed with an illegal index". Since you have not shared that code, it's anyone's guess where it happened.

http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ArrayIndexOutOfBoundsException.html[^]
 
Share this answer
 
Comments
Aby321 13-Jul-12 15:15pm    
I have not writen a single line of code every thing is auto generated
[no name] 13-Jul-12 15:18pm    
Try clicking Menu->Project->Clean
Aby321 13-Jul-12 15:20pm    
Also done tha
t there no error in any source or generated file
Aby321 13-Jul-12 15:23pm    
Also done that but still not working
t there no error in any source or generated file
[no name] 13-Jul-12 15:27pm    
At one point in time this was a known issue. Perhaps you are affected. http://code.google.com/p/android/issues/detail?id=28825

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900