pbakondy / cordova-plugin-sim

:cherries: A cordova plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, etc)
MIT License
163 stars 101 forks source link

Error while using plugin #64

Closed atulkrajput closed 6 years ago

atulkrajput commented 7 years ago

Hi i am using this plugin for the first time to get the sim details for verification, No error but getting following error in log.

Could not find method android.telephony.TelephonyManager.getPhoneCount, referenced from method com.pbakondy.Sim.execute
VFY: unable to resolve virtual method 10659: Landroid/telephony/TelephonyManager;.getPhoneCount ()I
Could not find class 'android.telephony.SubscriptionManager', referenced from method com.pbakondy.Sim.execute

Using Android 7.1.1 [API 25] Testing on Android emulator cordova 6.2.3 <uses-permission android:name="android.permission.READ_PHONE_STATE" />

Can anyone please help.

Thanks.

pbakondy commented 6 years ago

Emulator has no sim card