-
Notifications
You must be signed in to change notification settings - Fork 373
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
Outdated Android Support Library with Android 8.0 devices with Eclipse SDK #674
Comments
@trungnguyennam I highly recommend switching to Android Studio when you can. Google no longer provides .jar files directly for the latest versions of their libraries, instead they are .aar files. As well as their build tools are no longer being updated for Eclipse. The error means your Android Support Library is out of date. You will need to use 27.0.0 or newer since you are using targetSDK 27. Google split the library into parts in revision 24 so you may need to download each part. The one needed for OneSignal is |
Thanks for response. I understand that Google no longer support Eclipse so there are many related issue. But OneSignal still support Eclipse so i assume that example should be working. The targetSDK27 is in original example so the support-v4 jar in example should be working too. I will try to update supportv28 jar and report you later |
@trungnguyennam We will look into updating our Eclipse example. Google is moving from the Android Support Library to AndroidX. We plan to drop support for Eclipse when we switch to this new library. |
@jkasten2 i had tried to update support-compat v28 and v27.1.1 but i still got outdated device. If i remove support-compat.jar, i will get support library missing. So i think im doing the right thing. Do you have any suggestion? |
@trungnguyennam The issue is related to get those components of the Android Support library setup with your project and isn't a specific issue with OneSignal itself. Google doesn't have any docs on getting these versions of their library setup with ANT or Eclipse. We have decided to drop support for ANT and Eclipse builds now so sorry we won't be able to help further with this setup issue until you can switch to a Gradle or Android Studio build. Once you switch over and are still running into any integration issues please open new github issue. |
Description:
Outdated Android Support Library with Android 8.0 (and above) devices with Eclipse SDK
Environment
Steps to Reproduce Issue:
i tried with Mi A2 device and Google pixel and both were not working
Anything else:
I attach OneSignalSample with lastest working google_play_service in here. This is working since the last issue i reported here
(crash stacktraces, as well as any other information here)
The text was updated successfully, but these errors were encountered: