Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Oct 15, 2024
1 parent 1817860 commit 7e03028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/remedy.v
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub fn notify_known_errors(opt Options) {
symptoms_apk := "\taapt E 10-15 18:51:31 89712 89712] Entry offset at index 1335 points outside the Type's boundaries
\t.../res/values/styles.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:Theme.Holo.Light.DarkActionBar'."
symptoms := if opt.package_format == 'aab' { symptoms_aab } else { symptoms_apk }
util.vab_notice('Using build-tools < 35.0.0 with Android API level >= 33 is know to cause package build errors',
util.vab_notice('Using build-tools < 35.0.0 with Android API level >= 33 is known to cause package build errors',
details: 'Symptoms output:\n${symptoms}\nIt can usually be fixed by installing and using build-tools >= 35.0.0\nTry:\n\tvab install "build-tools;35.0.0"'
)
}
Expand Down

0 comments on commit 7e03028

Please sign in to comment.