• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Shouldnotreachhere error

exutable

Lurker
I am trying to use android in eclipse and getting the following error:

Code:
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (classFileParser.cpp:3073), pid=15546, tid=140028029327696
#  Error: ShouldNotReachHere()
#
# Java VM: OpenJDK 64-Bit Server VM (14.0-b08 mixed mode linux-amd64 )
# Distribution: Ubuntu 9.04, package 6b14-1.4.1-0ubuntu11
# An error report file with more information is saved as:
# /home/dshea/workspace/testprint/hs_err_pid15546.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
I was wondering if any of you guys have gotten this before. I searched google and didn't really get any useful answers.
 
yep, same here! I am new to android development and got that error on my first "hello world". I hope someone knows why. Thanks!

edit:
I was using a non-administrator user on my computer and it seems it couldn't load any virtual devices (i made one already) so it couldn't connect to the device. that's probably why I ended up at the "shouldnotreachhere". now I am logged on as administrator here and no problem so far. :)
 
Back
Top Bottom