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 Support Library location seems to have changed #299

Open
charJe opened this issue Aug 7, 2020 · 2 comments
Open

Android Support Library location seems to have changed #299

charJe opened this issue Aug 7, 2020 · 2 comments

Comments

@charJe
Copy link

charJe commented Aug 7, 2020

It seems that the android sdk manager no longer downloads the support repository to the expected location. Manually copying

/usr/local/android-sdk-r25.2.5/extras/android/m2repository/com/android/support/support-v4/19.0.0/support-v4-19.0.0.jar

(using api version 19) to

/usr/local/android-sdk-r25.2.5/extras/android/support/v4/android-support-v4.jar

seems to have fixed the issue for me.

Continuation of #211.
I think the new version is called AndroidX. I'm not sure if it really has any advantages other than being maintained.

@mgorges
Copy link
Contributor

mgorges commented Aug 12, 2020

Also see issue #229, which is where we removed the piece that tried to automatically do this - might have to get back in?

What is interesting is that when I build for api v22, the same android-support-v4.jar from 19 still works. I couldn't even find a .jar in /usr/local/android-sdk-r25.2.5/extras/android/m2repository/com/android/support/support-v4/22

https://developer.android.com/topic/libraries/support-library says that as of API 28 there is a new android support library; also not all APIs are complete, so sometimes it is required to look into older versions for components.

@mgorges mgorges changed the title Update localnotification Module Android Support Library location seems to have changed Aug 12, 2020
@mgorges
Copy link
Contributor

mgorges commented Nov 7, 2020

Should also be resolved by merging #380 ?

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

No branches or pull requests

2 participants