Nicolas Raoul
Nicolas Raoul

Reputation: 60213

How to make sure my Android app runs on Intel phones?

The Android phone Intel AZ210 has an Intel CPU, and apparently 30% of Google Play's apps fail at running on it.

What steps should I take to make sure my app runs fine on such Intel-powered devices?
I guess I should refrain from using JNI, for a first?

Note: I don't have such a phone to perform tests.

Upvotes: 3

Views: 1159

Answers (1)

Abdullah Jibaly
Abdullah Jibaly

Reputation: 54810

If your app runs on Android-x86 that will be a pretty clear indicator it will run on an Intel CPU. You can simply install it with VirtualBox or other VM host.

Upvotes: 4

Related Questions