Jigar,

When you have .aidl files in your src/ directory, the ADT Eclipse plugin
automatically builds them.  For example, IChat.aidl  will get converted to:
    ./gen/com/beem/project/beem/service/aidl/IChat.java
and then compiled to:
   ./bin/classes/com/beem/project/beem/service/aidl/IChat.class

Open Properties->Builders, you should have four builders:
    Android Resource Manager, Android Pre Compiler, Java Builder, and
Android Package Builder.

Open Properties->Java Build Path and pick the Source tab.  You should have
two directories:
    <your project>/gen
    <your project>/src

I didn't quite follow the steps you listed, but I suspect the issue could
be how you 'manually linked src'.  That should have worked automatically.
 Are you sure you didn't create the project in the wrong folder (i.e. one
level too high)?

Thanks,
Mike


On Sun, Jul 1, 2012 at 7:20 AM, Jigar Desai <
[email protected]> wrote:

> Hi,****
>
> ** **
>
> I was got following error for all aidl during integration of source in
> eclipse****
>
> ** **
>
> *com.beem.project.beem.service.aidl.IChat** cannot be resolve*
>
> * *
>
> * *
>
> **-    ***I was done $SDK_DIR/tools/android update project -t $TARGET_ID
> -p $BEEM_DIRECTORY*
>
> **-    ***Create android project from existing source*
>
> **-    ***But src folder create but with empty no file come*
>
> **-    ***So manually I was link src folder with beem src folder*
>
> **-    ***Java compile path 1.6*
>
> * *
>
> * *
>
> * *
>
> *But got error for all aidl file *
>
> * *
>
> *tx & Regards*
>
> *jigar*
>
> ** **
>
> _______________________________________________
> Beem-dev mailing list
> [email protected]
> http://list.beem-project.com/mailman/listinfo/beem-dev
>
>
_______________________________________________
Beem-dev mailing list
[email protected]
http://list.beem-project.com/mailman/listinfo/beem-dev

Reply via email to