Android: Couldn't find import for class java.util.ArrayList in aidl file

后端 未结 1 1352
孤独总比滥情好
孤独总比滥情好 2021-01-05 16:32

I currently have a remote service which gets the users current location (this is all working fine). I now want to be able to get the users current location then add a to a l

1条回答
  •  北海茫月
    2021-01-05 17:10

    (As per my comment, which apparently fixed the problem)

    Use java.util.List instead of java.util.ArrayList.

    0 讨论(0)
提交回复
热议问题