[android-developers] Re: Issue in importing apk lib file to application

2010-10-01 Thread Namrata
When I created TestApp it automatically added android.library.reference.1=/home/axa/test/project entry to default.properties, and sdk.dir=/home/axa/development/android-sdk- linux_86 entry to local.properties. Its not only about TestLib I am getting errors about sdk too. I am confused seeing these

[android-developers] Re: Issue in importing apk lib file to application

2010-10-01 Thread Namrata
When I created TestApp it automatically added android.library.reference.1=/home/axa/test/project entry to default.properties, and sdk.dir=/home/axa/development/android-sdk- linux_86 entry to local.properties. Its not only about TestLib I am getting errors about sdk too. I am confused seeing these

[android-developers] Re: Issue in importing apk lib file to application

2010-10-01 Thread Namrata
Please help me on this..This is very important thing for me. On Oct 1, 11:34 am, Namrata puranik.namr...@gmail.com wrote: When I created TestApp it automatically added android.library.reference.1=/home/axa/test/project entry to default.properties, and sdk.dir=/home/axa/development/android-sdk-

[android-developers] Re: Issue in importing apk lib file to application

2010-09-30 Thread Namrata
ok..so you mean I can't import apk..Is there a way to import complete code(src folder) of other project to current application? I have code base for the same apk. Is it possible in ant scripting? On Sep 30, 6:48 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Sep 30, 2010 at 9:38 AM,

Re: [android-developers] Re: Issue in importing apk lib file to application

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 10:23 AM, Namrata puranik.namr...@gmail.com wrote: ok..so you mean I can't import apk..Is there a way to import complete code(src folder) of other project to current application? Put the common code in an Android library project and reference that library project from

[android-developers] Re: Issue in importing apk lib file to application

2010-09-30 Thread Namrata
thanks Mark..will give it a try..thank you very much On Sep 30, 7:33 pm, Mark Murphy mmur...@commonsware.com wrote: On Thu, Sep 30, 2010 at 10:23 AM, Namrata puranik.namr...@gmail.com wrote: ok..so you mean I can't import apk..Is there a way to import complete code(src folder) of other

[android-developers] Re: Issue in importing apk lib file to application

2010-09-30 Thread Namrata
Mark, I tried setting up 2 test projects as per the instructions given in http://developer.android.com/guide/developing/other-ide.html#libraryP... TestLib (libray project) and TestApp (application). Setup is done successfully. ant compile on TestLib works perfectly. When I tried ant debug/release

Re: [android-developers] Re: Issue in importing apk lib file to application

2010-09-30 Thread Mark Murphy
On Thu, Sep 30, 2010 at 1:16 PM, Namrata puranik.namr...@gmail.com wrote: I tried setting up 2 test projects as per the instructions given in http://developer.android.com/guide/developing/other-ide.html#libraryP... TestLib (libray project) and TestApp (application). Setup is done successfully.