Skip to content
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

Android Marshmallow Support #999

Closed
jessfitzger opened this issue Jul 15, 2015 · 8 comments
Closed

Android Marshmallow Support #999

jessfitzger opened this issue Jul 15, 2015 · 8 comments
Labels

Comments

@jessfitzger
Copy link

apktool

Uploading an Android M apk with the new tag "android:fullBackupContent" in the manifest produces the attached error.

The android sample app can be found here: https://github.com/googlesamples/android-AutoBackupForApps

@iBotPeaches
Copy link
Owner

Might be a lot of changes, might be a little. Who knows.

I will look into Android M once AOSP drops for the official build.

@iBotPeaches
Copy link
Owner

There is a new qualifier called "isScreenRound". This on top of a new set of SDK tools & framework seem to be only changes.

@iBotPeaches iBotPeaches changed the title Parsing Android M App Issue Android Marshmallow Support Aug 22, 2015
@iBotPeaches
Copy link
Owner

Info for me. Ignore.

public static final int SCREENLAYOUT_ROUND_MASK  -  Constant Value: 768 (0x00000300) 
public static final int SCREENLAYOUT_ROUND_NO -  Constant Value: 256 (0x00000100)
public static final int SCREENLAYOUT_ROUND_UNDEFINED -  Constant Value: 0 (0x00000000) 
public static final int SCREENLAYOUT_ROUND_YES -  Constant Value: 512 (0x00000200) 

SCREENLAYOUT_ROUND_YES corresponds to -round qualifier. They are fit into the existing SCREENLAYOUT qualifier, using a different mask.

@e-pom
Copy link

e-pom commented Oct 5, 2015

@iBotPeaches It looks like M is being posted to AOSP today. Just curious if you had an estimate for when APKs targeting API version 23 would be supported. Presumably they will be supported in ApkTool 2.0.2? Sorry if it's a lot of work, I'm not clear on what's involved. Thank you!

https://android.googlesource.com/platform/sdk/
https://android.googlesource.com/platform/build/

@iBotPeaches
Copy link
Owner

Yep,

commits of interest for me to patch into apktool

aosp-mirror/platform_frameworks_base@2738c96

Then I need to build new aapt binaries and we are good to go. Probably 1-2 days.

@e-pom
Copy link

e-pom commented Oct 5, 2015

Ok great, thanks!

@iBotPeaches
Copy link
Owner

Building aapt binaries now, then this will be fixed. A bit late of my estimated 1-2 days, but some aapt issues cropped up. Aiming before weekend hits to have 2.0.2 out.

@iBotPeaches
Copy link
Owner

Fixed - a29839b

2.0.2 releasing today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants