Open Usamamajid13 opened 2 years ago
The problem may not be related to the package. Can you please take a look at this issue? https://stackoverflow.com/questions/52512326/com-android-builder-internal-aapt-v2-aapt2exception-android-resource-compilatio
I have checked the link and I changed the compileSdkVersion version of my project from 31 to 28 but I was not successful building the apk file. Then I changed the compileSdkVersion of the ed_screen_recorder package from 30 to 28. After changing the version I am still not able to develop the .apk file.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':ed_screen_recorder:verifyReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> 1 exception was raised by workers:
com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
C:\Users\usama\.gradle\caches\transforms-3\213a50da74ca5943e43b6a60fa7c8adf\transformed\core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/lStar not fo
und.
* 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 3m 54s
Can you try clearing the cache from the Android Studio program and then opening the android folder and getting a build?
Yes I tried that as well.
Application is running smoothly but extracting build is causing the issue. Everything else is working smoothly and very well.
same issue with me , its running perfect in debug mode , but when it comes to building release build, its not working. build failed with "Resource linking failed".
Same issue here too. Can't build with newer gradle versions and the default flutter project's gradle is now 7.1.2, so any new project will probably fail.
I made a pr that adds a workflow that works fine with current version and 4.1.2 gradle, but shows you the exact error if you change the gradle version and gradle plugin version (wrapper) to 7.1.2 and 7.4-all.
Same issue here. Have you find any solution to this?
same issue faced anybody find the solution?
I haven't found the solution for that so I didn't used this package.
Version 0.0.13 has been released. Could you please check again and report back to me?
The issue is fixed and now I can build apk after adding the package, but the package doesn't work (couldn't record the screen, even when using the example code) on my phone. (Poco F3, Android 13)
@h1376h I tried it on poco nfc x3 model phone and it works.
I am getting this error when I try to run the command flutter build akp
After running flutter doctor in the project
Extended Version of flutter doctor.
Please help me with this issue. Thank you!