DevApp: plugins not installed

I try to use Dev App. I face this error:
console.log: deviceready has not fired after 5 seconds.
console.log: Channel not fired: onFileSystemPathsReady
console.warn: Ionic Native: deviceready did not fire within 5000ms
This can happen when plugins are in an inconsistent state. Try removing plugins from plugins/ and reinstalling them
I try to install and uninstall the plugins but I got the same error.
How I can resolve the problem ?

The unstable warning isn’t necessarily causing issues, since this warning pops up if it takes a long time to boot your app entirely. If you’re using a lot of plugins or an older device this could easily be the case. Also this is a warning and not an error, do you have a real error or were you just concerned about this warning?

I do not.
On the announcement they said that “DevApp offers a realtime view of changes as you’re making them, with a rich library of pre-installed native plugins to test every feature of your app.”

I try to use DevApp to test plugins like the appReferences. What I figure out it’s like running the app on a browser and nothing more!

Is this one of the limited number of supported plugins of the DevApp?

the app contains 8 plugins installed:
app-references
console
device
splash-screen
screen-orientation
statusbar
whitelist
keyboard

That is your local app.

The DevApp comes with a defined set of Cordova plugins you can not influence.

is the appPreferences is not defined on the devapp?

Google “ionic devapp plugins” leads to https://ionicframework.com/docs/pro/devapp/#native-cordova-plugin-support which links to https://ionicframework.com/docs/pro/view.html#plugin-support

2 Likes

2 posts were split to a new topic: Apps doesn’t work in DevApp and View