Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAndroid Pie migration #9
Comments
This comment has been minimized.
This comment has been minimized.
There is a workaround where you have to add: to the manifest? |
This comment has been minimized.
This comment has been minimized.
Apologies I thought I added it to the OP.
Needs to be added to your manifest file under the application tag. |
This comment has been minimized.
This comment has been minimized.
@V1rus999 |
This comment has been minimized.
This comment has been minimized.
@Prashanthlkv I haven't looked at why Notification Hubs uses the apache http library, but my thought is they can replace it with something else. |
This comment has been minimized.
This comment has been minimized.
Getting this error too, my error logs show "Didn't find class "org.apache.http.Header" on path: DexPathList[[zip file ...." The work around stated above worked. You can find the Android documentation about this issue here https://developer.android.com/about/versions/pie/android-9.0-changes-28#apache-p |
This comment has been minimized.
This comment has been minimized.
Duplicate issue #46 |
From the android developers website: "With Android 6.0, we removed support for the Apache HTTP client. Beginning with Android 9, that library is removed from the bootclasspath and is not available to apps by default."
There is a workaround where you have to add: to the manifest.
Are there any plans to remove apache and use something else?