-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Custom android attribute - Recompile Fail #775
Comments
Comment #1 originally posted by connor.tumbleson on 2014-08-12T12:33:05.000Z:
|
Comment #2 originally posted by rahmanrelevant on 2014-08-13T14:02:50.000Z:
|
Comment #3 originally posted by connor.tumbleson on 2014-08-13T14:10:39.000Z:
|
Comment #4 originally posted by connor.tumbleson on 2014-08-16T19:10:33.000Z:
|
Comment #5 originally posted by rahmanrelevant on 2014-08-18T09:49:31.000Z:
|
Comment #6 originally posted by rahmanrelevant on 2014-08-22T08:52:49.000Z:
|
Closing this. I tried my best without an apk making my own In addition, all the attributes mentioned above do not experience a problem testing myself, which leads me to believe a framework issue as well. |
Original issue 666 created by openappdev on 2014-08-09T08:32:23.000Z:
What steps will reproduce the problem?
1.Decompile and Recompile Apk file
What is the expected output? What do you see instead?
When using custom library attribute , need to recompile apk file without error
What version of the product are you using? On what operating system?
Windows 8
Apktool version: 2.0.0-dirty (Builded from git)
Please provide any additional information below.
Issue 1 With PagerSlidingTabStrip :
SNAPSHOT\res\layout\content_pager.xml:5: error: No resource identifier found for attribute 'pstsShouldExpand' in package 'android'
Issue 2 : With custom view
\res\layout-sw600dp\list_item_single.xml:4: error: No resource identifier found for attribute 'aspectRatio' in package 'android'
Issue 3: oak library
<oak.widget.TextViewWithFont android:id="@id/title" android:oakFont="@string/font_light" style="@style/Font.Item" />
\res\layout\list_item_search.xml:5: error: Noresource identifier found for attribute 'oakFont' in package 'android'
Exception:
brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [C:
\Users\testuser\AppData\Local\Temp\brut_util_Jar_123662913771692459.tmp, p, --forced-package-id, 127, --min-sdk-version,
14, --target-sdk-version, 20, --version-code, 1017, --version-name, 1.0-SNAPSHOT, -F, C:\Users\testuser\AppData\Local\Tem
p\APKTOOL335103424956595181.tmp, -0, arsc, -I, C:\Users\testuser\apktool\framework\1.apk, -S, C:\Users\testuser\Desktop\HB
O Nordic-com.hbo.android.app-1017-v1.0-SNAPSHOT\res, -M, C:\Users\testuser\Desktop\TestApp
.0-SNAPSHOT\AndroidManifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:439)
at brut.androlib.Androlib.buildResources(Androlib.java:367)
at brut.androlib.Androlib.build(Androlib.java:290)
at brut.androlib.Androlib.build(Androlib.java:262)
at brut.apktool.Main.cmdBuild(Main.java:236)
at brut.apktool.Main.main(Main.java:88)
Note :
unfortunately I cannot send the apk file due to Non-disclosure agreement.
The text was updated successfully, but these errors were encountered: