[android-developers] Re: access to class not allowed

2009-02-09 Thread johnny
I am sure that is the problem. I hacked the dalvik and uncommented the line to check if the class is public. And then the application can be launched. So thank you very much for the hints. On Feb 10, 5:34 am, fadden wrote: > On Feb 7, 1:09 am, johnny wrote: > > > So from which version, rc1, 1.0

[android-developers] Re: access to class not allowed

2009-02-09 Thread fadden
On Feb 7, 1:09 am, johnny wrote: > So from which version, rc1, 1.0 or cupcake, the bug in Dalvik is > fixed? Just want to make it easier when communicating with the author > of the apk file. I don't remember precisely. Since I'm not sure this is the problem you're experiencing, it would probabl

[android-developers] Re: access to class not allowed

2009-02-07 Thread johnny
So from which version, rc1, 1.0 or cupcake, the bug in Dalvik is fixed? Just want to make it easier when communicating with the author of the apk file. Thanks, Johnny On Feb 7, 4:22 am, fadden wrote: > On Feb 6, 7:38 am, johnny wrote: > > > I get an apk file from somewhere. I tried to install

[android-developers] Re: access to class not allowed

2009-02-06 Thread fadden
On Feb 6, 7:38 am, johnny wrote: > I get an apk file from somewhere. I tried to install it the emulator > successfully. (The emulator is built from the latest code in AOSP > which should be cupcake or later). But I can't launch the application > from the GUI. It complains "The application xxx has