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
My build keeps giving me the FALURE: Build failed with an exception. response.
Console Log
FAILURE: Build failed with an exception.
* What went wrong:
Could not create an instance of type org.gradle.initialization.DefaultSettings_Decorated.
>Couldnotinitializeclassorg.codehaus.groovy.runtime.InvokerHelper
packageat.xtools.pwawrapper;
publicclassConstants {
publicConstants(){}
// Root pagepublicstaticStringWEBAPP_URL = "https://virtualcustoms.net/";
publicstaticStringWEBAPP_HOST = "virtualcustoms.net"; // used for checking Intent-URLs// User Agent tweakspublicstaticbooleanPOSTFIX_USER_AGENT = true; // set to true to append USER_AGENT_POSTFIX to user agentpublicstaticbooleanOVERRIDE_USER_AGENT = false; // set to true to use USER_AGENT instead of default onepublicstaticStringUSER_AGENT_POSTFIX = "AndroidApp"; // useful for identifying traffic, e.g. in Google AnalyticspublicstaticStringUSER_AGENT = "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Mobile Safari/537.36";
// Constants// window transition duration in mspublicstaticintSLIDE_EFFECT = 2200;
// show your app when the page is loaded XX %.// lower it, if you've got server-side rendering (e.g. to 35),// bump it up to ~98 if you don't have SSR or a loading screen in your web apppublicstaticintPROGRESS_THRESHOLD = 65;
// turn on/off mixed content (both https+http within one page) for API >= 21publicstaticbooleanENABLE_MIXED_CONTENT = true;
}
Extra Info
Gradle: 5.1.1 Build time: 2019-01-10 23:05:02 UTC Revision: 3c9abb645fb83932c44e8610642393ad62116807 Kotlin DSL: 1.1.1 Kotlin: 1.3.11 Groovy: 2.5.4 Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018 JVM: 17.0.4.1 (Microsoft 17.0.4.1+1-LTS) OS: Windows 10 10.0 amd64
The text was updated successfully, but these errors were encountered:
Details
My build keeps giving me the
FALURE: Build failed with an exception.
response.Console Log
Screenshot
Logs
AndroidManifest.xml
Constants.java
Extra Info
Gradle: 5.1.1
Build time: 2019-01-10 23:05:02 UTC
Revision: 3c9abb645fb83932c44e8610642393ad62116807
Kotlin DSL: 1.1.1
Kotlin: 1.3.11
Groovy: 2.5.4
Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM: 17.0.4.1 (Microsoft 17.0.4.1+1-LTS)
OS: Windows 10 10.0 amd64
The text was updated successfully, but these errors were encountered: