-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
I can use InAppBrowser with image_picker or permission _hander #53
Comments
Do you have some error logs that I can see? thanks |
Launching lib\main.dart on DUK AL20 in debug mode... FAILURE: Build failed with an exception.
BUILD FAILED in 1m 8s |
if remove image_picker and permission_handler both, iit can run success |
You need to update the |
I have updated it as 17 but it cause another error Running "flutter packages get" in km_app_flutter... 2.8s FAILURE: Build failed with an exception.
BUILD FAILED in 35s The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app. Finished with error: Gradle task assembleDebug failed with exit code 1 |
I have tested it several times., if add image_picker and permission_handler both it cause error as mentioned above. |
Ok, the problem here is the AndroidX incompatibilities! I need to update my plugin in order to support the new AndroidX! Indeed, as the link https://goo.gl/CP92wY says:
|
I am search from the network it tell me add Launching lib\main.dart on DUK AL20 in debug mode... |
I've got the same problem, expect your upgrade. |
I released the new version 1.0.0 with support for AndroidX! |
Thank you! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
It cause some android resource link failed error
The text was updated successfully, but these errors were encountered: