ds0000254 / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

Issue in org.mixare,lib.service #140

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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 commented 8 years ago
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 commented 8 years ago
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 commented 8 years ago
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: