rehy / cordova-plugin-sms-receiver

Cordova SMS Receiver Plugin
MIT License
17 stars 19 forks source link

Build Failed #7

Open micmek opened 7 years ago

micmek commented 7 years ago

/sms_receiver/SmsReceiverPlugin.java:8: error: package android.support.v4.app does not exist import android.support.v4.app.ActivityCompat;

micmek commented 7 years ago

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.

merleauponti commented 6 years ago

error: cannot find symbol ContextCompat.checkSelfPermission(this.cordova.getActivity(), type));

any help ??

josencv commented 6 years ago

I'm having the same issue. Any update on this?

cmolina commented 6 years ago

In build.gradle you need a dependency

dependencies {
  compile 'com.android.support:support-v4:25.2.0'
}
prantikv commented 6 years ago

getting the following Execution failed for task ':compileDebugJavaWithJavac'.