[android-developers] Re: DexClassLoader.loadClass fails on Android 4.2.2 but works on 2.1.

2013-07-09 Thread Grigory F.
, Grigory F. wrote: Hi all, I've already spend a lot hours and really come to no solution. Any help or hints would be great. What I'm doing: 1. use a custom build.xml to add a package as asset to my app 2. on the app start read from asset and write the jar-file to private app-directory

[android-developers] Re: PackageManager. get size of an installed package?

2009-02-13 Thread Grigory F.
Know nobody alternative for PackageManager.getpackageSizeInfo()? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] PackageManager. get size of an installed package?

2009-02-12 Thread Grigory F.
Hi folks, i work on custom Application Manager and try to get the disk usage of installed package. So PackageManager.getpackageSizeInfo was removed from SDK on 0.9-1.0 update android.content.pm.PackageStats(String pkgName) (cacheSize, codeSize, dataSize) returns always 0 Size of phys. file

[android-developers] When is View ready?

2008-11-04 Thread Grigory F.
Hi All, im playing around with Snake-Example. I wish a new start-screen for this, with buttons like play, highscore and so ... you know? well, ich create new xml-layout with buttons. i do setContentView(R.layout.start_layout); to get it up - it works. on onClick of play-button i do