Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in org.mixare,lib.service #140

Open
GoogleCodeExporter opened this issue Apr 22, 2016 · 4 comments
Open

Issue in org.mixare,lib.service #140

GoogleCodeExporter opened this issue Apr 22, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

Original issue reported on code.google.com by edison.r...@gmail.com on 29 Jun 2012 at 9:39

Attachments:

@GoogleCodeExporter
Copy link
Author

Hi,

It seems like it's a build issue,
have you tried 
http://code.google.com/p/mixare/wiki/GettingStarted

Original comment by DevBinn...@gmail.com on 29 Jun 2012 at 5:13

@GoogleCodeExporter
Copy link
Author

Hi ,
ya i have tried that but it is still not getting resolved.Please give some 
soluton to it.

Thanks 
Edison

Original comment by edison.r...@gmail.com on 29 Jun 2012 at 5:41

@GoogleCodeExporter
Copy link
Author

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

Original comment by develo...@gmail.com on 6 Jul 2012 at 6:52

@GoogleCodeExporter
Copy link
Author

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? 

Original comment by duygu.ka...@gmail.com on 21 Sep 2012 at 8:01

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant