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

Execution failed for task ':camera:compileReleaseJavaWithJavac'. #4

Open
JeremiaBathara opened this issue May 7, 2022 · 1 comment

Comments

@JeremiaBathara
Copy link

PS D:\flutter_realtime_object_detection-main> flutter build apk --split-per-abi
The plugins image_gallery_saver, tflite use a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future
release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

Building with sound null safety

C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:138: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:142: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_2160P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:146: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_1080P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:150: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_720P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:154: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:158: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_QVGA);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\CameraUtils.java:162: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_LOW);
^
error: warnings found and -Werror specified
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:135: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_HIGH);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:139: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_2160P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:143: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_1080P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:147: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_720P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:151: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_480P);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:155: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_QVGA);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\features\resolution\ResolutionFeature.java:159: warning: [deprecation] get(int,int) in CamcorderProfile has been deprecated
return CamcorderProfile.get(cameraId, CamcorderProfile.QUALITY_LOW);
^
C:\flutter.pub-cache\hosted\pub.dartlang.org\camera-0.8.1+7\android\src\main\java\io\flutter\plugins\camera\media\MediaRecorderBuilder.java:15: warning: [deprecation] MediaRecorder() in MediaRecorder has been deprecated
return new MediaRecorder();
^
1 error
15 warnings

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':camera:compileReleaseJavaWithJavac'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 11s
Running Gradle task 'assembleRelease'... 11.9s
Gradle task assembleRelease failed with exit code 1

please help me, I'm stuck in here...

@JeremiaBathara
Copy link
Author

image
this is my config

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

No branches or pull requests

1 participant