[android-developers] Build APK file from command line

2010-10-06 Thread tigershark
Hey everyone,

I want to build the .apk file from command-line (windows cmd) using
'apkbuilder.bat'
Could someone please share the steps from building the .apk file to
signing it with keystore?


Best Regards,
ts

-- 
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] Build APK file from command line...

2009-09-28 Thread HandsomeboyIT

Hi everyone,
I want to build the .apk file from java binary file (.class) or .dex
file. I have copied the bin+res folder and Manifest.xml file to a
specified folder. and run the command :

[apkbuilder.bat %FILE_NAME%  -rf  ./src_folderr]

this command build the new .APK file with default keystore...

But I want to build the APK with me generated keystore, with command
line as this :

[apkbuilder.bat %FILE_NAME%  -rf  ./src_folder -storetype
path_to_my_release_keystore.keystore]

but it can not find my keystore with
java.security.KeyStoreException : release.keystore not found

How can I build APK file with my keystore file ???

Thanks.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---