i try to build android by corona v.2019-3496
Build Error
Failed toBuild
More information may be available in the Simulator Console
WARNING: An illegal reflective access operation has occurred
09:49:08.743 WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (file:/C:/Users/fairy/.gradle/wrapper/dists/gradle-5.1.1-all/97z1ksx6lirer3kbvdnh7jtjg/gradle-5.1.1/lib/groovy-all-1.0-2.5.4.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
09:49:08.743 WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
09:49:08.743 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
09:49:08.743 WARNING: All illegal access operations will be denied in a future release
09:49:08.743 warning: [options] source value 7 is obsolete and will be removed in a future release
09:49:08.743 warning: [options] target value 7 is obsolete and will be removed in a future release
09:49:08.743 warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
in building.settings file
android =
{
versionCode = “3”,
usesPermissions =
{
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.CALL_PHONE”,
},
usesFeatures =
{
{ name = “android.hardware.location”, required = false },
{ name = “android.hardware.location.gps”, required = false },
{ name = “android.hardware.location.network”, required = false },
},
supportsScreens =
{
smallScreens = true,
normalScreens = true,
largeScreens = true,
xlargeScreens = true,
},
},
and don’t have plugin