Use the -u option to create an unsigned package and then call
jarsigner to sign the generated apk.

On Mon, Sep 28, 2009 at 6:52 PM, HandsomeboyIT <[email protected]> wrote:
>
> 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.
> >
>



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to