Dominik
Dominik

Reputation: 87

Using cordova-plugin-file on Android 7 doesn't work

I am trying to use the current version in a Cordova App. I'm building this App on my Android 7 device and the method to create a .txt file deos not work.

My Question is whether it is possible that the method to create a file is not working because of the reason that the cordova-plugin-file is not released for android 7, yet?

Upvotes: 1

Views: 453

Answers (1)

Rodrigo Gontijo
Rodrigo Gontijo

Reputation: 587

As you can see in this mirror repository of your plugin, they don´t build it to the android version 7. What i recommend you to do: open a issue here to notify them and get your problem solved!

Upvotes: 1

Related Questions