After creating and running the Android application, it closes.
Eclipse browsing logcat shows class not found com.ionic.keyboard.IonicKeyboard exception
I am new to Ionic and I donβt know how to make it work. thanks in advance
I had the same problems. In my case, the plugin was already installed , so I had to remove and add it again:
Try this in the application folder:
cordova plugin remove com.ionic.keyboard
and
cordova plugin add com.ionic.keyboard
npm changed plugin name. Now it should be cordova plugin add ionic-plugin-keyboard
cordova plugin add ionic-plugin-keyboard
cordova plugin remove ionic-plugin-keyboard
It seems that the plugin is not installed?
Try in cmd:
Source: https://habr.com/ru/post/1204739/More articles:Best way to avoid Nagle algorithm effects with webSockets? - javascriptHow do you get a property value from PropertyInfo? - c #How to set the IP address of Phonegap Developer application - androidJavaScript debugging in WebStorm disabled and disabled so fast - javascriptCombining multiple REST API requests into a single request? - restadding searchBar to navigationBar in swift - iosDHCP option in Qt / C ++ - c ++Best way to back up a specific schema? - sqlRegex for any line not ending in .js - regexHow to register an area using app_start or webactivator? - asp.net-mvcAll Articles