Connor Tumbleson

Results 630 comments of Connor Tumbleson

``` testapp-orig/res/values-mcc001/arrays.xml:38: error: Error retrieving parent for item: No resource found that matches the given name 'values.issue'. ``` Confirmed with new test example. What a weird bug.

Classic Android https://github.com/iBotPeaches/Apktool/commit/f997e0aff144d27dd5bedc62a27814f4a0b59367 ``` AAPT2 only allows ids in the form of: @id/other_id You probably have some other text in your inner xml element. ``` So looks like this is...

I think I'm going to drop aapt1 support, move forward with aapt2 and those who need aapt1 will stick with older releases. Alternatively, I have to know "which" aapt you...

@AndnixSH You only force aapt2, it should presently default to aapt1.

These errors are probably due to our string decoding when we inject styles back into the human readable string. So lets look at what Apktool decoded. ``` "\"表示できる連絡先がありません。 連絡先を追加するには、"[メニュー]"キーをタップして次の操作を行います。 "スマートフォンと同期可能な連絡先を使ってアカウントを追加またはセットアップするには、[アカウント]"をタップします...

Thanks for the detailed investigation. Guess we have a low level issue in our forced packageId patch. We need to handle the mapping of the dynamic reference table.

Confirmed. 6 resources that cannot be found in the "instant" app. ``` W: Could not decode attr value, using undecoded value instead: ns=android, name=theme, value=0x7f100131 W: Could not decode attr...

You have to remember that the source APK is not the only package being loaded/utilized. The framework file (as of API 24) is about a 2.7M apk and that is...

Worked for me now @bursoft-git, you are probably good after https://github.com/JesusFreke/smali/commit/1d72698081c108957053ffe15b710a94be519f75