REST Resource: edits.deobfuscationfiles
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Resource: DeobfuscationFile
Merepresentasikan file deobfuscation.
DeobfuscationFileType
Jenis file deobfuscation.
Enum |
deobfuscationFileTypeUnspecified |
Jenis file deobfuscation tidak ditentukan. |
proguard |
Jenis file deobfuscation Proguard. |
nativeCode |
Jenis file simbol proses debug native. |
Metode |
|
Mengupload file deobfuscation baru dan melampirkannya ke APK yang ditentukan. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eDeobfuscationFile represents a file used to reverse obfuscation, which is a technique used to hide code functionality.\u003c/p\u003e\n"],["\u003cp\u003eIt supports different file types like Proguard and Native debugging symbols, indicated by the \u003ccode\u003esymbolType\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can upload these files to Google Play using the \u003ccode\u003eupload\u003c/code\u003e method to help with debugging and crash analysis.\u003c/p\u003e\n"],["\u003cp\u003eThe DeobfuscationFileType enum specifies the type of deobfuscation file, which can be Proguard, native code, or unspecified.\u003c/p\u003e\n"],["\u003cp\u003eDeobfuscation files can be represented in JSON format, containing information like the symbol type.\u003c/p\u003e\n"]]],["The `DeobfuscationFile` resource represents a file used for deobfuscation, with a `symbolType` field indicating its type. Possible types, as defined by `DeobfuscationFileType`, include `proguard`, `nativeCode`, and `deobfuscationFileTypeUnspecified`. The primary action is uploading a file using the `upload` method, which attaches it to a specific APK. The file's JSON representation includes its symbol type.\n"],null,["# REST Resource: edits.deobfuscationfiles\n\n- [Resource: DeobfuscationFile](#DeobfuscationFile)\n - [JSON representation](#DeobfuscationFile.SCHEMA_REPRESENTATION)\n- [DeobfuscationFileType](#DeobfuscationFileType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: DeobfuscationFile\n---------------------------\n\nRepresents a deobfuscation file.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------|\n| ``` { \"symbolType\": enum (/android-publisher/api-ref/rest/v3/edits.deobfuscationfiles#DeobfuscationFileType) } ``` |\n\n| Fields ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `symbolType` | `enum (`[DeobfuscationFileType](/android-publisher/api-ref/rest/v3/edits.deobfuscationfiles#DeobfuscationFileType)`)` The type of the deobfuscation file. |\n\nDeobfuscationFileType\n---------------------\n\nType of a deobfuscation file.\n\n| Enums ||\n|------------------------------------|--------------------------------------|\n| `deobfuscationFileTypeUnspecified` | Unspecified deobfuscation file type. |\n| `proguard` | Proguard deobfuscation file type. |\n| `nativeCode` | Native debugging symbols file type. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------|---------------------------------------------------------------------|\n| ### [upload](/android-publisher/api-ref/rest/v3/edits.deobfuscationfiles/upload) | Uploads a new deobfuscation file and attaches to the specified APK. |"]]