On Apr 9, 10:21 am, "[email protected]" <[email protected]> wrote:
> How can i building my application alone, generate the apk file??
>
> My source path look like this:
> /packages/inputmethod/pinyinIME/src/***.java
> /packages/inputmethod/pinyinIME/res/
> /packages/inputmethod/pinyinIME/lib/
> /packages/inputmethod/pinyinIME/jni/
Anything wrong with following?
cd /packages/inputmethod/pinyinIME/ ; ant
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---