| Issue 140: | Issue in org.mixare,lib.service | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Jun 29, 2012
#1
DevBinn...@gmail.com
Jun 29, 2012
Hi , ya i have tried that but it is still not getting resolved.Please give some soluton to it. Thanks Edison
Jul 6, 2012
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
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? |