REST Resource: edits.deobfuscationfiles
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Ресурс: Файл Деобфускации
Представляет файл деобфускации.
ДеобфускацияFileType
Перечисления |
---|
deobfuscationFileTypeUnspecified | Неуказанный тип файла деобфускации. |
proguard | Тип файла деобфускации Proguard. |
nativeCode | Тип файла собственных символов отладки. |
Методы |
---|
| Загружает новый файл деобфускации и прикрепляет его к указанному APK. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 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. |"]]