[android-developers] Re: What exactly adb install do with apk?

2011-09-23 Thread FBondarenko
Haven't checked it myself, but have a look at
tools/ddms/libs/ddmlib/src/com/android/ddmlib/AndroidDebugBridge.java.



On 14 Sep., 17:05, Rahul Garg rahul.lnm...@gmail.com wrote:
 Hi All,

 Although I have been using adb install to install apk in my device.
 But I dont what exactly it do to apk, how it extracts information from
 the apk. and how does it handle the native code( lib .so file). Can
 you guys help me to figure it out.

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: What exactly adb install do with apk?

2011-09-23 Thread FBondarenko
Well I had a look now, check out Device.installPackage() in
Device.java in the same package.

I hope, as incomplete as my two answers are, they will provide at
least a starting point.

On 23 Sep., 08:26, FBondarenko f.bondare...@web.de wrote:
 Haven't checked it myself, but have a look at
 tools/ddms/libs/ddmlib/src/com/android/ddmlib/AndroidDebugBridge.java.

 On 14 Sep., 17:05, Rahul Garg rahul.lnm...@gmail.com wrote:



  Hi All,

  Although I have been using adb install to install apk in my device.
  But I dont what exactly it do to apk, how it extracts information from
  the apk. and how does it handle the native code( lib .so file). Can
  you guys help me to figure it out.

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en