Class Not Found Exception using custom cordova plugin

后端 未结 4 1747
旧巷少年郎
旧巷少年郎 2021-01-27 11:45

I\'m developing a printing app that uses a custom API to access the printer via USB, so I needed a custom Cordova plugin. I started developing it, it has been a very good challe

4条回答
  •  盖世英雄少女心
    2021-01-27 12:49

    I see that you are pointing to a jar file in your config.xml. If you really want to keep using this jar file make sure that the path is correctly mapped in android platform folders and it matches the classpath.

    If you want to do a simple test, you should declare your android source files one by one. So after the node config-file you should add several nodes like this one:

     
    

提交回复
热议问题