Issue 140: Issue in org.mixare,lib.service
Status:  New
Owner: ----
Reported by edison.r...@gmail.com, Jun 29, 2012
HI,
I am facing problem in the package org.mixare.lib.service. The files in the packages are .aidl files which are not getting resolved.

Thanks
Edison

Error(org.mixare.lib.service).png
136 KB   View   Download
Jun 29, 2012
#1 DevBinn...@gmail.com
Hi,

It seems like it's a build issue,
have you tried 
https://code.google.com/p/mixare/wiki/GettingStarted
Jun 29, 2012
#2 edison.r...@gmail.com
Hi ,
ya i have tried that but it is still not getting resolved.Please give some soluton to it.

Thanks 
Edison
Jul 6, 2012
#3 develo...@gmail.com
Hi Edison,

The project is not recognizing mixare.lib,
which means there is a missing link to those classes.

Make sure that you have these steps set correctly:
1-you have 2 "separate" projects, (one for mixare, the other for mixare.lib)
to do so, after installing mixare, navigate to plugins/mixare-lib and right click->import project.
once you get mixare-lib as separate project, right click on it -> proprities -> android -> select "is library"
Then run the ant (build.xml)
that will generate jar file in plugins/mixare-lib
2-make sure that mixare recognize the jar and lib.
right click on mixare project -> proprieties -> android -> library section -> add
mixare-lib. (that will make the make the two project concurrent to the library)
Then in right click -> proprieties -> java build path -> libraries -> add jar -> select the jar file that has been generated by mixare-lib.
Ensure that it's part of the build order too, so in build order tab (same as above),
select mixare-lib.jar to be included in the build.

Regards,
DevBinn
Sep 21, 2012
#4 duygu.ka...@gmail.com
Hi i download project and i faced same problem.Plugin is in main project.I can not add lib in main project because  project is not seen.(See file) and also i try another way( mean i import lib folder like a another project.) But giving error because project want to android version.But i can not select android version.Can anybody help me? 

mixare.png
201 KB   View   Download