i tried to use syncfusion_flutter_calendar https://pub.dev/packages/syncfusion_flutter_calendar
but it isn't work it always give me error
BUILD FAILED in 48s
Exception: Gradle task assembleDebug failed with exit code 1
is there any help or any one build syncfusion_flutter_calendar successfully please
To you this package you need licence and you have to provide licence key in main file as below.
SyncfusionLicense.registerLicense('ADD YOUR LICENCE KEY HERE');
This message you can found in official documention.
Disclaimer: This is a commercial package. To use this package, you
need to have either a Syncfusion commercial license or the Syncfusion
Community LICENSE. For more details, please check the LICENSE file
Related
I'm working on a Flutter Application Project.
For a few days I have an issue when running my application. To test it, I create another project but issue is still present.
I have this exception : Gradle task assembleDebug failed with exit code -1
Issue part 1
Issue part 2
If someone has already encountered this problem or has any idea how to solve it i am really interested.
Thanks in advance.
----- UPDATE ----
My issue came from antivirus program which removed my sdkmanager.bat.
When I was doing "flutter doctor", the license was always "not accepted" and after the command "flutter doctor --android-licenses" the sdkmanager was not found.
Solution
On Windows :
do the command Windows + R
Search msconfig
Go to Services
Hide Windows Services
And find this famous antivirus
To finish, reinstall sdk tools (I have the sdk command line tools (obsolete))
I hope this will help you.
In flutter you can generate APK using this command inside your app directory:
flutter build apk --split-per-abi
This will generate 3 apks for different architecture
I have run into this issue before. This happened to me because terms and conditions that you must accept. First, go to the terminal and run
flutter doctor
It should then show you that you have not accepted the terms, and ask you if you want to accept them now. Follow the instructions on screen and accept each one, there will be around 7. After that relaunch your IDE and it should run fine now.
To reply to your answer #Landon Stahl, I haven't issue when I order flutter doctor
Before try to run
And after try to run app I have : "Android license status unknown"
after try to run
When you run flutter run, such an error is displayed, when checking flutter doctor no error, what is the reason?
I was facing the same issue for my project earlier and found the solution as below.
I have changed the Gradle wrapper properties distribution URL version to: 5.5.1-all which was available in my system.
Due to some reason, the android studio was fetching the latest version which was not in my system.
Problem:
Zip error occurs while compiler tries to wrap code with Gradle wrapper properties.
If the required files are missing or not properly available after downloading, this error occurs.
Solutions:
1) Redownload the Gradle which you are using currently.
2) Change the version of Gradle wrapper property version available in your system.
I am trying to install matlab,and everything went fine ,and was installed until i tried running it.I keep getting the following error:
License checkout failed.
License Manager Error -114
This release of MATLAB requires a License Manager update and a new License File from the License
License Path:[...]C:\Users\..\AppData\Roaming\Mathworks\MATLAB\R2014_a_licenses\license.dat;C:\Program Files\MATLAB\R2014a\licenses\[name if pc]a.lic
Licensing error:-114,582.
Does anyone know why do i getthis error and what can i do to fix it ?
I've been developing an Ionic app for several months, successfully using the ibm-mfp-push plugin for Push Notifications.
I would now need to use the cordova-plugin-google-analytics plugin.
I've added the plugin to my project and was able to make it work properly on iOS.
But when trying to build the project for android, I get the following error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':transformClassesWithDexForDebug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/internal/zzpz;
Seems like there is a conflict between ibm-mfp-push and cordova-google-analytics.
Could someone please provide some help?
Thanks
Right now adding this Google Analytics plugin for Cordova does result in a conflict with the ibm-mfp-push plugin -- I am able to recreate and confirm. I've let the service team know.
For the time being, I recommend using the native solution for Android.
I am facing do_rootfs failed while I am installing the package using yocto in final image. Tried options like INHIBIT_PACKAGE_STRIP but to of no use.
How can I force do_rootfs to execute is there any option.
You have not provided nearly enough information for anyone to help you. For example, what failed? What was/were the error message(s). INHIBIT_PACKAGE_STRIP likely has nothing to do with your failure. You could also join #yocto or the yocto-related mail list as an alternative to posting here.