[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-19 Thread Muthu Ramadoss
Guess 'com.commandro.android' should be ok.. On Aug 20, 12:01 am, "Romain Guy" <[EMAIL PROTECTED]> wrote: > It looks like the superclass of > com/android/commandro/activities/AddLocationActivity$LocationActivityOverlay > is not part of the public API. You need to fix your code. > > BTW, you shoul

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-19 Thread Romain Guy
It looks like the superclass of com/android/commandro/activities/AddLocationActivity$LocationActivityOverlay is not part of the public API. You need to fix your code. BTW, you should not be using the package name com.android. This package is used for core APIs and applications. On Tue, Aug 19, 20

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-19 Thread Alex Pisarev
So, if private inner classes are still allowed, can someone explain why my application is not getting deployed properly? Thanks, Alex On 19 авг, 00:54, Alex Pisarev <[EMAIL PROTECTED]> wrote: > Justin, > > I was talking about my own code which is not properly deployed (I am > sorry for using com

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-19 Thread Alex Pisarev
Justin, I was talking about my own code which is not properly deployed (I am sorry for using com.android.commandro package for some of my own classes - that's probably why you were confused) ;) If there is no restriction, can you please tell me why application is not loading properly? What is wr

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-19 Thread Alex Pisarev
Yes, exactly same story. On Aug 19, 4:04 am, zero <[EMAIL PROTECTED]> wrote: > my 2 cents: > there must be something about the verify process. > * without further investigation, the whole smack api  is now failing. >  a lot of this seems to be caused by awt or javax classes missing. > > * what wi

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-19 Thread Alex Pisarev
Xav, I always wipe emulator with -wipe-data before starting it, so the output I am getting is the one with clean emulator. But still get an error. My APK is around 2.5 Mb - may be it's too much? Regards, Alex On Aug 19, 6:49 am, "Xavier Ducrohet" <[EMAIL PROTECTED]> wrote: > Hi zero, > > -11 i

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Xavier Ducrohet
Hi zero, -11 is INSTALL_FAILED_DEXOPT which is returned "if the new package failed while optimizing and validating its dex files, either because there was not enough storage or the validation failed." I'm not sure why the uninstall does not work. You can always wipe the emulator data, that'll fix

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread zero
yep, did that. just assume that the installed package is named org.openintents: adb install openintents-debug.apk fails [-11] after that i see a directory /data/data/org.openintents on the emulator, that is already unexpected after a fail (??) abd uninstall org.openintents comes back with "failu

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Xavier Ducrohet
Hi zero, just to be sure, "adb uninstall" takes the application package, as in com.company.product, not the package file (.apk). Xav On Mon, Aug 18, 2008 at 5:04 PM, zero <[EMAIL PROTECTED]> wrote: > > my 2 cents: > there must be something about the verify process. > * without further investiga

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread zero
my 2 cents: there must be something about the verify process. * without further investigation, the whole smack api is now failing. a lot of this seems to be caused by awt or javax classes missing. * what will verify accept or reject on which base ? * anyhow, if my installation fails the first

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Justin (Google Employee)
Okay, I think we're all getting confused by overloaded words here. Alex, I believe you are asking about non-public APIs, that is undocumented classes. These classes are no longer accessible, I believe in M5 some undocumented classes could be accessed by application code. The reason access is disa

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Romain Guy
No no, private innner classes are still allowed. They are used extensively throughout the system. On Mon, Aug 18, 2008 at 2:16 PM, Shane Isbell <[EMAIL PROTECTED]> wrote: > > > On Mon, Aug 18, 2008 at 2:05 PM, Alex Pisarev <[EMAIL PROTECTED]> > wrote: >> >> Private inner... Hmm, that's interestin

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Megha Joshi
Np! just wanted to make sure that the linking errors weren't caused by missing in AndroidManifest.xml.. On Mon, Aug 18, 2008 at 2:06 PM, Alex Pisarev <[EMAIL PROTECTED]>wrote: > > Yes, Megha, but I reckon that the source of the problems is not in Map > API > > On 18 авг, 13:55, "Megha Joshi" <[

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Shane Isbell
On Mon, Aug 18, 2008 at 2:05 PM, Alex Pisarev <[EMAIL PROTECTED]>wrote: > > Private inner... Hmm, that's interesting... Wait! No private, inner classes allowed?? Shane --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Alex Pisarev
Justin, Is there any reasonable explaination why private classes are banned now? Regards, Alex On 18 авг, 14:02, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote: > What do you mean by 'internal' classes? You mean inner classes or > private classes? If you mean private classes, I believe, y

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Alex Pisarev
Yes, Megha, but I reckon that the source of the problems is not in Map API On 18 авг, 13:55, "Megha Joshi" <[EMAIL PROTECTED]> wrote: > Are you using Map apis? > > On Mon, Aug 18, 2008 at 1:50 PM, Alex Pisarev <[EMAIL PROTECTED]>wrote: > > > > > > > I ported my app, did a clean build and when try

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Alex Pisarev
Private inner... Hmm, that's interesting... On 18 авг, 14:02, "Justin (Google Employee)" <[EMAIL PROTECTED]> wrote: > What do you mean by 'internal' classes? You mean inner classes or > private classes? If you mean private classes, I believe, yes, this is > now no longer allowed. > > Cheers, > Ju

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Justin (Google Employee)
What do you mean by 'internal' classes? You mean inner classes or private classes? If you mean private classes, I believe, yes, this is now no longer allowed. Cheers, Justin Android Team @ Google On Aug 18, 1:50 pm, Alex Pisarev <[EMAIL PROTECTED]> wrote: > I ported my app, did a clean build and

[android-developers] Re: Error when loading app to 0.9 beta SDK

2008-08-18 Thread Megha Joshi
Are you using Map apis? On Mon, Aug 18, 2008 at 1:50 PM, Alex Pisarev <[EMAIL PROTECTED]>wrote: > > I ported my app, did a clean build and when trying to deploy it to the > emulator I get the following error: > > >adb install AndroCom.apk > 1882 KB/s (0 bytes in 2048642.001s) >pkg: /data