Open cypressious opened 10 years ago
It seems the .store folder is not created if I don't add the deprecated authStore property.
ok. let me check why occur nullpointexception. thanks your report. :)
hello, i've quite the same error in my project i'm doing this and I get this :
Execution failed for task ':playPublish'.
java.lang.IllegalArgumentException (no error message)
this is in my build.gradle :
publisher { applicationName "appName" packageName "pck.name" apkFile = file("buiild/${project.name}.apk") secretFile = file("secret_file.json") productType "alpha" // production, alpha, beta }
FYI (i don't know if this can help)
Gradle 2.1 Groovy: 2.3.6 Ant: Apache Ant(TM) version 1.9.3 compiled on December 23 2013 JVM: 1.8.0_25 (Oracle Corporation 25.25-b02) OS: Mac OS X 10.9.5 x86_64
I'm getting a crash when trying to upload. Here's the stack trace:
And here's my build.gradle (snippet):