本文主要是介绍Android studio 使用AIDL 无法import class问题解决,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
在用android studio 用AIDL的过程中,AIDL默认支持的数据类型如下(来自android文档):
By default, AIDL supports the following data types:
- All primitive types in the Java programming language (such as
int
,long
,char
,boolean
, and so on) String
CharSequence
List
All elements in the
List
must be one of the supported data types in this list o
这篇关于Android studio 使用AIDL 无法import class问题解决的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!