Re: [android-developers] How to create JAR libs in Android

2013-04-24 Thread Piren
god.. that's just plainly wrong. He wasn't talking about distributing an app, but code. he even gave two examples of such instances... On Wednesday, April 24, 2013 5:08:34 PM UTC+3, Roland Mueller wrote: > > Hello, > > Android SW is distributed in apk archives which are creatred from the > sour

Re: [android-developers] How to create JAR libs in Android

2013-04-24 Thread RichardC
You can use .JARs with Android you just can not create .JARs with Android as the files that an Android Library would need to put into the .JAR are non-standard (resources, layouts etc). On Wednesday, April 24, 2013 3:52:27 PM UTC+1, mbarbiero wrote: > > Thanks for your response Roland, but I use

Re: [android-developers] How to create JAR libs in Android

2013-04-24 Thread mbarbiero
Thanks for your response Roland, but I use KSOAP in my APP and it is a JAR file. Must be a secret to generate this kind of lib. -- -- 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@

Re: [android-developers] How to create JAR libs in Android

2013-04-24 Thread Roland Mueller
Hello, Android SW is distributed in apk archives which are creatred from the source code, from possibly included jar files and from resource files (bitmaps, texts, layouts, ...). Thus, jar files as such are NOT distributed and do not work since Android devices use Dalvik VM instead of Java VM. -

[android-developers] How to create JAR libs in Android

2013-04-24 Thread mbarbiero
I need to create a JAR lib (like KSOAP or Spongycastle) to distribute but I dont find documentation! Is it possible? Can anybody help me? Thanks mBarbiero -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send ema