I have Created ionic app in v1 and try to Samsung SM-T231 Tablet --> after launching only white screen appears and device version is 4.4.2
I already set preference name=“android-minSdkVersion” value=“16”
What is your ionic info output?
I have checked and see “version”: “1.1.1”
Yeah, that’s not what I was asking for. Run ionic info on the command line in your project directory please.
Cordova CLI: 6.0.0
Ionic CLI Version: 2.2.3
Ionic App Lib Version: 2.2.1
Let me know any thing else ?
Those are ancient. You should update both:
npm install -g ionic cordova
This will not touch the Ionic Framework and Cordova platforms of your project, just make sure the CLIs are current.
Then run ionic info again.