Home > Mobile >  Apk decompiled after an error in XML why a lot of repetition of the name
Apk decompiled after an error in XML why a lot of repetition of the name

Time:10-02

Decompiling a apk package found in the XML file under the res, generated a lot of repeating the name of the key value, the project has been an error

<style name=" Base. TextAppearance. AppCompat. Widget. ActionBar. The Subtitle "& gt;
@ dimen/abc_text_size_subtitle_material_toolbar & lt;/item>
? Unknown_attr_ref: 1010038 & lt;/item>
</style>

<style name=" Base. TextAppearance. AppCompat. Widget. ActionBar. The Subtitle "& gt; </style>

<style name="Base. TextAppearance. AppCompat. Widget. The ActionBar. The Subtitle. The Inverse" & gt;
@ dimen/abc_text_size_subtitle_material_toolbar & lt;/item>
? Unknown_attr_ref: 101003 a & lt;/item>
</style>

<style name="Base. TextAppearance. AppCompat. Widget. The ActionBar. The Subtitle. The Inverse" & gt; </style>

<style name="Base. TextAppearance. AppCompat. Widget. The ActionBar. The Title" & gt;
@ dimen/abc_text_size_title_material_toolbar & lt;/item>
? Unknown_attr_ref: 1010036 & lt;/item>
</style>

CodePudding user response:

You don't have this style AppCompat Base. TextAppearance. AppCompat. Widget. The ActionBar. The Subtitle
The general in v7 bag

CodePudding user response:

I delete a is not an error, decompiled why there are so many repeated things come out

CodePudding user response:

Why APPT does not support tags AAPT: error: invalid value for type 'XML. The Expected a reference.
This is an error!

  • Related