-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encountered typeIdOffset not 0? This is your report. #1728
Comments
- missing sample that experiences this - needs tests - samples requested: #1728 - refs: iBotPeaches/platform_frameworks_base@f90f2f8
This warning has been merged into master - #1690. Next release will have it. |
Going to close this, I still get notification, but one less bug. |
You like to keep close issues with no fix, what a wonderful developer. |
Did I do something wrong or is there something that I can go and fix
assistentce will be appreciated
Let me know
…On Sat, 23 Dec 2023, 21:36 El Mehdi, ***@***.***> wrote:
Going to close this, I still get notification, but one less bug.
You like to keep close issues with no fix, what a wonderful developer.
—
Reply to this email directly, view it on GitHub
<#1728 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APH2FDEDHPI4SEDCFW3MOMLYK46DZAVCNFSM4ERBLQEKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBWHAZTKNZUGMZQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello, Here is my results:
I am guessing that typeIdOffset is abandoned by android after some version. |
very interesting - thanks @REAndroid. Guessing the various newer iterations of packing resources became a more optimized approach than type offsetting which was probably part of the sparse era of optimization. |
Yeah, i also run my test with assumption I guess android has bug on recent versions, anyways we shouldn't care much cus no real apk with such resources |
“What does this project look like after it starts? I see this(> Configure project : |
This looks to have nothing to do with typeIdOffset - I don't understand? What is the relevance to this thread? |
@iBotPeaches Do you have any idea how to handle styled string in xml attribute value ? <TextView android:text="<b>styled string</b>" /> I generated demo apk with styled string in xml string pool, and android device renders it correctly Check |
@REAndroid - Styled strings are the bane of my existence. The spec lies, apps lie, nothing makes sense. In terms of what you are looking for though for compilation - I don't know. I just have to build something to handle disassembly and let aapt2 do the heavy lifting again. Our StyledString class has all the details. |
Hi there,
Apktool has intentionally output this error message because we need to find an application in the wild, like the application that sent you to this report.
Please attach the apk / email me (ibotpeaches (at) gmail (dot) c0m) so we can fix this issue.
The text was updated successfully, but these errors were encountered: