Nexus 7 - "Your Device Isn't Compatible with this Version"

Greets,

On my 1st gen Nexus 7 (running android 4.1.2), I’m getting the  “Your Device Isn’t Compatible with this Version”…

settings = { plugins = { ["plugin.amazon.iap"] = { publisherId = "com.amazon", supportedPlatforms = { ["android-kindle"] = true } }, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, }, orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight" }, }, android = { usesExpansionFile = true, usesPermissions = { "android.permission.INTERNET", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, }, }

I’ve got the “WRITE_EXTERNAL_STORAGE” in there because that seemed to be required as part of the “expansion file” docs… ( http://coronalabs.com/blog/2013/04/17/expansion-file-support-for-android/ )

But I do note that the Nexus 7 does not have external storage.

I’ve seen a few things on how to make this not-required, but couldn’t figure out how to do that with the WRITE_EXTERNAL_STORAGE permission.

Anyone have any experience sorting through this?

Thanks in advance!