Closed spatinolang-vtr closed 3 years ago
I think you have to look for right capitalization. My import is: import de.mindlib.sendIntent.SendIntent; So write SendIntent with capitalized "S". I also updated the readme for the project recently and described how to configure a listener (the standard way is to actively poll the send request).
This works for me
import de.mindlib.sendIntent.SendIntent;
Solved
Hi Carsten,
I tried to check out your plugin but Android Studio throws me this error:
This is my current MainActivity.java
I tried to import the package with
import de.mindlib.sendIntent.sendintent;
but thenAny ideas how to proceed?