[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-04-02 UTC。"],[[["This guide details the process of generating a client library from a backend API for use in Java or Android applications."],["The client library is generated using the Cloud Endpoints Frameworks' Apache Maven or Gradle plugins, through command-line instructions."],["After building the API, run either `mvn endpoints-framework:clientLibs` or `gradle endpointsClientLibs` to generate a zip containing the client library."],["The generated library ZIP file needs to be unzipped, and then built using either `mvn clean package` or `gradle build`, producing a JAR file."],["The resulting JAR file, found in the target or build/libs directory, should be added to your Java or Android application for it to communicate with the API, and the process must be repeated every time the API is modified."]]],[]]