-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Failed #7
Comments
I solved this by adding another plugin https://www.npmjs.com/package/cordova-plugin-android-support-v4 cordova plugin add cordova-plugin-android-support-v4 Please make sure you put this in the documentation as a prerequisite. |
error: cannot find symbol any help ?? |
I'm having the same issue. Any update on this? |
In build.gradle you need a dependency
|
getting the following |
/sms_receiver/SmsReceiverPlugin.java:8: error: package android.support.v4.app does not exist
import android.support.v4.app.ActivityCompat;
The text was updated successfully, but these errors were encountered: