zbkoong / servdroidweb

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

aidl error when Compiling #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When compiling servdroid.web, aidl returns an error for ServerParams.
Still trying to pinpoint exact line

Original issue reported on code.google.com by reap3r...@gmail.com on 20 Jan 2013 at 6:07

GoogleCodeExporter commented 9 years ago
Yep, I think that this is a SDK issue...

Can you share the error please?

Use this SDK to compile the server:

revision 19. You can download form here 
https://developer.android.com/tools/sdk/tools-notes.html

Original comment by joanpuig...@gmail.com on 20 Jan 2013 at 11:46

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I found the problem.
Running aidl from the command-line returns:

org/servDroid/server/service/params/ServerParams.aidl:3 interface ServerParams 
should be declared in a file called 
org/servDroid/server/service/params/ServerParams.aidl.

Original comment by reap3r...@gmail.com on 20 Jan 2013 at 6:08

GoogleCodeExporter commented 9 years ago
I have the same problem.

Original comment by liuzhenh...@gmail.com on 27 Apr 2013 at 2:31

GoogleCodeExporter commented 9 years ago
delete ServerServiceListener.aidl then it's ok

Original comment by chensh....@gmail.com on 28 May 2013 at 3:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
JoanPuigSanz: Would removing ServerServiceListener have any negative effect ts?

Original comment by reap3r...@gmail.com on 5 Jul 2013 at 5:17

GoogleCodeExporter commented 9 years ago
Nope, no negative effect.

BTW, I'm updating the app, so I'm making it compatible for tablets. I've 
already started and hopefully in a few weeks will be finished. Then the project 
will be moved to GitHUb.

All the aidl's will work with the new version and will also remove the useless 
code

Thanks for the feedback.

Original comment by joanpuig...@gmail.com on 5 Jul 2013 at 6:39

GoogleCodeExporter commented 9 years ago
Fixed. You can find the new code in github. I'm waiting to fix a few thing and 
I'll create a store build

https://github.com/joanpuigsanz/servdroid

Original comment by joanpuig...@gmail.com on 16 Jul 2013 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by joanpuig...@gmail.com on 24 Jul 2013 at 6:39