Hello everyone,

I'm trying to declare the following aidl:

package com.mypackage.service;

interface ServiceToCall {

        void serviceCall(int test, in Map maps, inout Map
mapsOut);

}

But when I look the auto-generated code it has an error "Duplicate
local variable". The problem is that its generating two local
classLoaders with the same name (c1). Is not possible to have two Maps
as input to my service? Or is this a bug? I have Eclipse Helios 3.6
with ADT 0.9.9 and I'm targeting API level 7 (2.1). The problem also
happens in Eclipse Helios with ADT 0.9.8.

I search the internet and this forum and couldn't found anything like
this problem.

Thanks in advance!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to