You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Android Gradle plugin is capable of building a project with no local.properties file, as long as the ANDROID_HOME or ANDROID_SDK_ROOT environment variable is set. So the absence of this file should not be a fatal error:
java.io.FileNotFoundException: C:\Users\smith\cygwin\git\beeware\toga\examples\command\android\gradle\Command Example\local.properties (The system cannot find the file specified)
at com.chaquo.python.PythonPlugin.createTicketTask(PythonPlugin.groovy:497)
at com.chaquo.python.PythonPlugin$createTicketTask$9.callCurrent(Unknown Source)
at com.chaquo.python.PythonPlugin.afterEvaluate(PythonPlugin.groovy:168)
The text was updated successfully, but these errors were encountered:
Chaquopy version
12.0.1
Describe your issue
The Android Gradle plugin is capable of building a project with no local.properties file, as long as the ANDROID_HOME or ANDROID_SDK_ROOT environment variable is set. So the absence of this file should not be a fatal error:
The text was updated successfully, but these errors were encountered: