Android - "This app is incompatible with all your devices"

Hello everyone,

Something weird is happening in google play.  I have publish an app, and when I search on the browser ( on my computer) I can see it, but it says “This app is incompatible with all your devices”.  

I am using  Corona SDK 2014.2162

I have looked in the google play console and it shows all devices that are included, however when I go on the mobile device, I can’t see the app.

Any help would be highly appreciated.

Thanks!

Figured it out!

Had to comment out

 [gist]android =

{
usesFeatures =
{
–{ name = “android.hardware.sensor.gyroscope”, required = true }
}
},[/gist]

and now I have about 4000+ supported devices!

Figured it out!

Had to comment out

 [gist]android =

{
usesFeatures =
{
–{ name = “android.hardware.sensor.gyroscope”, required = true }
}
},[/gist]

and now I have about 4000+ supported devices!