-
Notifications
You must be signed in to change notification settings - Fork 395
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
Deprecate APKLIB - Replaced by AAR #543
Conversation
I agree... by the time we release 5.0 I think apklib and ndk stuff should be gone |
Deprecate APKLIB - Replaced by AAR
And APK_SOURCE (if it is still in there). [image: photo] On Thu, Dec 18, 2014 at 4:06 AM, Manfred Moser [email protected]
|
I think we removed that already.. but yes... |
what about poor ADT eclipse users without proper Aar support? See https://github.com/rgladwell/m2e-android/issues/177 and https://github.com/kingargyle/andmore/issues/11 |
Apklib is still there. Just deprecated and will be removed in the future
|
We will definitely keep apklib until aar it well established including working integration with ADT/Andmore.. all good @rtack |
We still use apklib because aar didn't work with our project. |
Again to clarify.. we will NOT remove apklib support until aar is an equivalent replacement for Eclipse and IntelliJ users. In fact we will probably work with the Andmore project, Me2 and M2eAndroid ... and we would love for you to help as well. |
Yes the Andmore will make AAR support one of its priorities. We are in the middle of package renaming right now, and as soon as we can get a p2 site published for developers to start migrating plugins to use the new package names we'll let everyone know. |
I think we should deprecated apklib in the next release because when someone has issues with apklib we all seem to tell him to use Aar instead.
If you all agree then we can merge this.