0

i want to connect two application via IADL in android abd i have a problem right now. i create first app and add iadl file to it's /src folder and there is no any error. but when i want to create second app and following to google documentation i have to import first app iadl in my code by this:

import com.example.app.Myiadl;

but when i wirute this line it doesnt resolve and i have a red line under com.example... what is this? how i can solve it?

Fcoder
  • 9,066
  • 17
  • 63
  • 100

1 Answers1

0

Please write more code, how you import aidl (not import statement). Red line means compiler don't know this package. I think you misunderstand how it works, please read this tutorials:

Community
  • 1
  • 1
artemiygrn
  • 1,036
  • 7
  • 18