[android-developers] Re: DexFile Error meaning

2011-07-07 Thread droidGUI
in any case, this is my on Create, when my code crash... /* (non-Javadoc) * @see android.app.Activity#onCreate(android.os.Bundle) */ @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState

[android-developers] Re: DexFile Error meaning

2011-07-07 Thread droidGUI
Strange... now works :) I tried delete my emulator images once (yesterday), to verify if was problem in Debugger machine but not worked... I tried again (deleted ALL Emulators images) and create one new, and now my Launcher Activity works how expected... (The DexFile Exception ocurred only when i

[android-developers] Re: DexFile Error meaning

2011-07-07 Thread Streets Of Boston
Can't say much without seeing the code of your StartActivity. Do you link to a library (JAR)? Maybe this JAR refers to the ProtectionDomain class of another java-implementation that's not quite compatible with the Android SDK's one. -- You received this message because you are subscribed to the