Could not find method builgradwdTypes() - flutter

when I run >gradle signinreport ,I get this error:
A problem occurred evaluating project ':app'.
Could not find method builgradwdTypes() for arguments [build_21yu6enbcziuhgnfvrgfhu0fz$_run_closure2$_closure9#5e559ba4] on extension 'android' of t
ype com.android.build.gradle.internal.dsl.BaseAppModuleExtension.

Related

A problem occurred configuring project ':onesignal_flutter

FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring project ':onesignal_flutter'.
Could not open proj remapped class cache for 2l1gu8tih6yuhcv6muthhswe2 (C:\Users\Asus.gradle\caches\5.6.2\scripts-remapped\build_16tcpowyxq2c9gqe2ghul7zlm\2l1gu8tih6yuhcv6muthhswe2\proj3e1f7b90744deb65198fe3e2308f45d5).
Could not open proj generic class cache for build file 'C:\src\flutter.pub-cache\hosted\pub.dartlang.org\onesignal_flutter-2.6.1\android\build.gradle' (C:\Users\Asus.gradle\caches\5.6.2\scripts\2l1gu8tih6yuhcv6muthhswe2\proj\proj3e1f7b90744deb65198fe3e2308f45d5).
> Unexpected lock protocol found in lock file. Expected 3, found 0.
Could not get unknown property 'android' for project ':onesignal_flutter' of type org.gradle.api.Project.
How can i fix this error

After upgrading flutter version from v1.12.13+hotfix.8 to 1.17.0 getting such error

Compiler message:
../../../Public/FlutterSDK/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_cupertino_date_picker-1.0.12/lib/src/date_picker_theme.dart:39:9: Error: The superclass, 'Diagnosticable', has no unnamed constructor that takes no arguments.
const DateTimePickerTheme({
^^^^^^^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
build failed.
If you are using flutter_cupertino_date_picker, you may be will need to update it, This is working with me:
flutter_cupertino_date_picker: ^1.0.26

Get Error in WebGL: ReferenceError: $ is not defined

I have Unity project created in Unity 5.2.3. I open this project in Unity 5.3.3p3 and compile for WebGl and get error: Invoking error handler due to
ReferenceError: $ is not defined.
I find answer: in my code was line: Application.ExternalCall("$('#ViewerBox').data('unityViewer')." + method, values);
With symbol $

Cannot deploy new Liferay theme "The filename or extension is too long"

I'm new to Liferay and Eclipse, and I'm trying to do some simple theme development. However, once I right click my theme (which I just created) and go to Liferay->SDK->deploy I get the following error:
BUILD FAILED
C:\sdk6.2\build-common-plugin.xml:482: The following error occurred while executing this line:
C:\sdk6.2\build-common.xml:993: The following error occurred while executing this line:
C:\sdk6.2\build-common.xml:299: The following error occurred while executing this line:
C:\sdk6.2\build-common.xml:1783: The following error occurred while executing this line:
C:\sdk6.2\build-common.xml:175: java.io.IOException: Cannot run program "C:\jre7\bin\java.exe": CreateProcess error=206, The filename or extension is too long
I was using a longer path for my SDK and JRE7 but reduced it to what you see in the above error message (to no avail). Does anyone know how to fix this problem?
Reconfigure your SDK folder, try to use a label for it without any "." or special char.
For example:
C:\liferay\sdk621\
And tell us your results...it could be a windows/ant path problem...

Unhandled exception in Microsoft.WindowsAzure.ServiceRuntime.dll

My project was working fine then I ran the debug after a break and I am getting the following error:
An unhandled exception of type 'System.IO.FileLoadException' occurred in Microsoft.WindowsAzure.ServiceRuntime.dll
Additional information: Could not load file or assembly 'WindowsAzureTelemetryEvents.dll' or one of its dependencies. The filename or extension is too long