You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, on step ./gradlew :app:copyDownloadableDepsToLibs
i get the following build error :
:WebRTCModule:compileReleaseJavaWithJavac
:WebRTCModule:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
An exception has occurred in the compiler (1.8.0_251). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for java.lang.invoke.MethodType not found
:WebRTCModule:compileReleaseJavaWithJavac FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':WebRTCModule:compileReleaseJavaWithJavac'.
Compilation failed; see the compiler error output for details.
Could you please help,
Regards,
Yours,
Bertrand
The text was updated successfully, but these errors were encountered:
Dear,
i followed these commands to build and run for android.
npm start
- to start the packagercd android
keytool -genkey -v -keystore keystores/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US"
./gradlew :app:copyDownloadableDepsToLibs
- make all Gradle compile dependencies available to Buckbuck install -r android/app
- compile, install and run applicationPrior theses commands, i did :
Unfortunately, on step
./gradlew :app:copyDownloadableDepsToLibs
i get the following build error :
:WebRTCModule:compileReleaseJavaWithJavac
:WebRTCModule:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
An exception has occurred in the compiler (1.8.0_251). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for java.lang.invoke.MethodType not found
:WebRTCModule:compileReleaseJavaWithJavac FAILED
FAILURE: Build failed with an exception.
Execution failed for task ':WebRTCModule:compileReleaseJavaWithJavac'.
Could you please help,
Regards,
Yours,
Bertrand
The text was updated successfully, but these errors were encountered: