Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过 IADL 在 android abd 中连接两个应用程序我现在有问题。我创建了第一个应用程序并将 iadl 文件添加到它的 /src 文件夹中,没有任何错误。但是当我想创建第二个应用程序并遵循谷歌文档时,我必须通过以下方式在我的代码中导入第一个应用程序 iadl:
import com.example.app.Myiadl;
但是当我使用这条线时它没有解决,我在 com.example 下有一条红线......这是什么?我该如何解决?
请编写更多代码,如何导入aidl(不是导入语句)。红线表示编译器不知道这个包。我认为您误解了它的工作原理,请阅读本教程: