Sudipta Dutta

Results 6 comments of Sudipta Dutta

Same issue for us too since yesterday.

could you mention the plugin's url please

I get it too, here is the error ``` cordova-plugin-qrscanner/QRScanner.swift:471:63: error: 'openSettingsURLString' has been renamed to 'UIApplicationOpenSettingsURLString' guard let settingsUrl = URL(string: UIApplication.openSettingsURLString) else { ^~~~~~~~~~~~~~~~~~~~~ UIApplicationOpenSettingsURLString ```

hey, copying the .ini and cache.img file makes it work now thanks! another thing, I start 3 emulators but the screenshots work on one, rest are idle. attaching my json:...

if you are using RxJava then ``` @GET(".") Observable getVehicles(); ``` you can check out this repo for the network layer: https://github.com/ir2pid/AndroidArch/blob/master/app/src/main/java/com/noisyninja/androidlistpoc/layers/network/INetworkDao.java https://github.com/ir2pid/AndroidArch/blob/master/app/src/main/java/com/noisyninja/androidlistpoc/layers/network/NetworkModule.kt