I tried savillians-gradle and Triplet-T to publish my apk to the Play Store using gradle. However, I got the same problem in both directions. I guess I can do something wrong or there may be a problem from both libraries. I do not know where the problem is.
I configured everything as a mention of the fact that I can successfully build gradle in both directions.
Then I will try to download the apk file for playback in the store, but received an error message.
- Please checck my below implementation and output for savillians gradle
I have a gradle task running as below:
gradlew androidPublish
With the above command, I received an error message as shown below:
D: \ Directory \ myproject> gradlew AndroidPublish: buildSrc: compileJava UP-TO-DATE: BuildSrc: compileGroovy: buildSrc: processResources UP-TO-DATE: buildSrc: classes: BuildSrc: jar: BuildSrc: assembly: buildSrc: compileTestJ -DATE: buildSrc: compileTestGroovy UP-TO-DATE: buildSrc: processTestResources UP-TO-DATE: buildSrc: testClasses UP-TO-DATE: buildSrc: test UP-TO-DATE: buildSrc: check UP-TO-DATE: BuildSrc: to build
FAILURE: assembly failure with exception.
STRICTLY MALFUNCTIONAL
Total time: 23.185 seconds
- Please checck my below implementation and output for Triplet-T gradle
I have a gradle task running as below:
gradlew publishApkRelease
With the above command, I received an error message as shown below:
D: \ Directory \ myproject> gradlew publishApkRelease: buildSrc: compileJava UP-TO-DATE: BuildSrc: compileGroovy: buildSrc: processResources UP-TO-DATE: buildSrc: classes: BuildSrc: jar: BuildSrc: build: buildSrc: UPileTestTileTest -DATE: buildSrc: compileTestGroovy UP-TO-DATE: buildSrc: processTestResources UP-TO-DATE: buildSrc: testClasses UP-TO-DATE: buildSrc: test UP-TO-DATE: buildSrc: check UP-TO-DATE: BuildSrc: to build
FAILURE: assembly failure with exception.
STRICTLY MALFUNCTIONAL
Total time: 6.9 seconds
So please help me in this matter. I need help downloading apk file for playback in repository using gradle.
android android-gradle google-play app-store gradle
iDroid Explorer Feb 17 '15 at 10:48 2015-02-17 10:48
source share