diachedelic / capacitor-blob-writer

Capacitor plugin to write binary data to the filesystem
MIT License
132 stars 17 forks source link

Cannot find Symbol blob writer in android mainActivity class #13

Closed vamsidogiparthi closed 4 years ago

vamsidogiparthi commented 4 years ago

Hi, I am trying to use this for my project. We followed the same installation steps you have and when i tried to run the app on adroind emulation its showing me below error. Do you know why?

image

vamsidogiparthi commented 4 years ago

I solved it by adding this on the top.

import com.equimaps.capacitorblobwriter.BlobWriter;