no, I missed it. I’ll look for it… in the meantime, I added the }, as you had in place and got rid of one of the braces I had after that and got this error when I tried to build it:
A device build error occurred on the server.
BuildID: 53c764b36d838
Error:
anyway this is the whole of my current build settings:
settings =
{
orientation =
{
default = “portrait”,
supported =
{
“portrait”, “portraitUpsideDown”,
},
},
android =
{
versionCode = “2200”,
usesExpansionFile = true,
largeHeap = true,
usesPermissions =
{
“android.permission.INTERNET”,
“com.android.vending.CHECK_LICENSE”,
“android.permission.WRITE_EXTERNAL_STORAGE”,
“android.permission.VIBRATE”,
“android.permission.CLEAR_APP_USER_DATA”,
“android.permission.CAMERA”,
“android.permission.GET_TASKS”,
“android.permission.ACCESS_COARSE_LOCATION”,
“android.permission.INTERNAL_SYSTEM_WINDOW”,
“android.permission.MODIFY_AUDIO_SETTINGS”,
“android.permission.INSTALL_PACKAGES”,
“android.permission.READ_EXTERNAL_STORAGE”,
“android.permission.READ_FRAME_BUFFER”,
“android.permission.RECORD_AUDIO”,
“android.permission.SET_PROCESS_LIMIT”
},
usesFeatures =
{
{ name = “android.hardware.camera”, required = true },
{ name = “android.hardware.microphone”, required = true },
{ name = “android.hardware.location”, required = false },
{ name = “android.hardware.location.gps”, required = false },
},
supportsScreens =
{
smallScreens = true,
normalScreens = true,
largeScreens = true,
xlargelScreens = true,
},
},
}
thanks for looking at this!