Rate This Document
Findability
Accuracy
Completeness
Readability

Troubleshooting

Problem 1: The gradle package is not found.

Symptom:

The client APK fails to be compiled, and the system displays a message indicating that the gradle-***-all.zip file specified by the system is not found.

Possible Causes:

  • The gradle-***-all.zip package does not exist on the local host.
  • The location of the gradle-***-all.zip file is incorrect.

Procedure:

  1. Check whether the gradle-***-all.zip package exists on the local host.
    • If no, go to 2.
    • If yes, go to 3.
  2. Download gradle-***-all.zip to the directory specified by the value of distributionUrl.
  3. Change the value of distributionUrl to the directory where the gradle-***-all.zip package is located.
  4. Compile the client APK again.