ewizard
ewizard

Reputation: 2862

Running ionic app on android device with sdk 15 (4.0.4)

I am trying to run my ionic app on an android device using SDK 15 (4.0.4). It installs, but when it opens there is a black screen and then it crashes. The app runs in the emulator, so I think it has something to do with the fact that it is using an old OS. I have read in two places that it isn't possible to build/run on a phone lower than SDK 21. Is this true?

I am using:

4.0.4/SDK 15.
Samsung Galaxy Note I717
Ionic Framework

Upvotes: 0

Views: 271

Answers (1)

David
David

Reputation: 7507

According to the official ionic blog ionic does only support Android versions >= 4.1 so your app crashing on 4.0.4 is quite expected.

Upvotes: 3

Related Questions