- Видео 17
- Просмотров 109 184
ALNAJJAR
Иордания
Добавлен 11 авг 2013
صلوا على النبي
FAILURE: Build failed with an exception: Namespace not specified
Please subscribe.
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\alnajjar\Desktop\Work\Test\test_app\android\build.gradle' line: 26
* What went wrong:
A problem occurred evaluating root project 'android'.
A problem occurred configuring project ':app'.
Could not create an instance of type com.android.build.api.variant.impl.ApplicationVariantImpl.
Namespace not specified. Specify a namespace in the module's build file. See d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in th...
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\alnajjar\Desktop\Work\Test\test_app\android\build.gradle' line: 26
* What went wrong:
A problem occurred evaluating root project 'android'.
A problem occurred configuring project ':app'.
Could not create an instance of type com.android.build.api.variant.impl.ApplicationVariantImpl.
Namespace not specified. Specify a namespace in the module's build file. See d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in th...
Просмотров: 132
Видео
nuget.exe not found trying to download or use cached version. Flutter
Просмотров 7 тыс.2 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة 1- Install nuget.exe www.nuget.org/downloads 2- Add PATH 3- Restart Android Studio
Fix : Try calling using ?. instead. SchedulerBinding.instance.addPostFrameCallback
Просмотров 1,8 тыс.2 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة Try replacing '?.' with '.' WidgetsBinding?.instance.addPostFrameCallback((_) { ^^^^^^^^^^^^^^ Try calling using ?. instead. WidgetsBinding?.instance.addPostFrameCallback((_) { ^^^^^^^^^^^^^^^^^^^^
Execution failed for task ':app:checkDebugDuplicateClasses'
Просмотров 22 тыс.3 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugDuplicateClasses'. A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules jetified-guava-20.0 (com.google.guava:guava:20....
Automatically assigning platform `iOS` with version `9.0` on target `Runner`
Просмотров 8 тыс.3 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة Automatically assigning platform `iOS` with version `9.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `guides.cocoapods.org/syntax/podfile.html#platform`.
Execution failed for task ':audioplayers:compileDebugKotlin'
Просмотров 11 тыс.3 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':audioplayers:compileDebugKotlin'. Compilation error. See log for more 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 help.gradle.org
Execution failed for task:app:processDebugMainManifest
Просмотров 26 тыс.3 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة * What went wrong: Execution failed for task ':app:processDebugMainManifest'. Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 20 declared in library [:google_maps_flutter] D:\private\FuAIS\FlutterProjects\Hayni Jeetak\hayni_jeetak\build\google_maps_flutter\intermediates\library_manifest\debug\AndroidManifest.xml as ...
Flutter: get /main_module.bootstrap.js
Просмотров 2463 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة The Error: The error is happening because when importing your new project, some imports in your .dart files are now using absolute paths instead of relative paths. In your case, this is happening at least in one .dart file that is calling your Auth.dart. Sloution: Step 1: Look at the top of all your .dart files, more precisely at every single import...
[core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()
Просмотров 3,7 тыс.3 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() solve: add : 1- add this dependency: firebase_core : 2- in the project main function add these 2 lines and make the function async: void main() async { // these 2 lines WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp(); // runApp(MyApp(...
android.view.InflateException: Binary XML file line #11
Просмотров 2,5 тыс.3 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة E/AndroidRuntime: FATAL EXCEPTION: main Process: , PID: 15814 android.view.InflateException: Binary XML file line #11 in : Binary XML file line #11 in Error inflating class fragment Caused by: android.view.InflateException: Binary XML file line #11 in : Error inflating class fragment Caused by: java.lang.RuntimeException: API key not found. Check th...
android : android.content.ActivityNotFoundException: AndroidManifest.xml
Просмотров 1,3 тыс.4 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة android.content.ActivityNotFoundException: Unable to find explicit activity class have you declared this activity in your AndroidManifest.xml?
Flutter: Unhandled Exception: setState() called after dispose()
Просмотров 5 тыс.4 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة Unhandled Exception: setState() called after dispose(): SearchTapState#ff442(lifecycle state: defunct, not mounted) This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g., whose parent widget no longer includes the widget in its build). This error can occur when code calls setState() ...
Flutter : Plugin project :location_web not found. Please update settings.gradle.
Просмотров 5 тыс.4 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة fix: Plugin project :location_web not found. Please update settings.gradle. or Plugin project :firebase_core_web not found. Please update settings.gradle. solve link: drive.google.com/file/d/1IbmH5xSpvp_fR3W0M_ispXGUi1s6L6PW/view?usp=sharing
Download Kali Linux 20.1 on VMware
Просмотров 894 года назад
الله يسعدكم وصلوا على النبي واشتراك في القناة
تفجير صنديق صندوق بطولة 15000 كرت .... clash royale
Просмотров 6 тыс.8 лет назад
تفجير صنديق صندوق بطولة 15000 كرت .... clash royale
clash royale فتح صندوق سحري و صندوق خارق
Просмотров 4,6 тыс.8 лет назад
clash royale فتح صندوق سحري و صندوق خارق
we can t see any thing and there is no sound , it doesn t help me
Thank you so much
CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to integrate Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``) [!] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`.
Thank you. You are great!!
Please subscribe 🙏
Muchisimas gracias, por un momento senti mucha deseperacion pero me salvaste. Te agradezco
thank you so much
Please subscribe 🙏
Why you didnt include the code
Sorry, thanks for the point and the code will be included next time... Please subscribe 🙏
thanks brooo.
Please subscribe 🙏
Thank you so so so much !! this video solved my problem ❤
Thank you so much, you save my whole day
Please subscribe
Man, you saved my mental health thank you so much.
work very good, thanks
Why does this happen? The Syncfusion team can't solve it?
Thanks,Pro
Please subscribe
Thank you
if there are multiple setState in a file then you have to use if check every where that is very difficult. So use setState override method. And then use setState as you like to use. @override void setState(VoidCallback fn){ if(mounted){ super.setState(fn); } }
Try calling using ?. instead. WidgetsBinding.instance.addPostFrameCallback((_) { m getting this
try to change 10.0
السلام عليكم اخي لدي نفس المشكلة ماهو الكود الي ادخلته داخل كود الAndroid
الكود موجود في الفيديو صديقي
اشتراك بعد اذنك
@@gg.brothers اخي ممكن حساب اتواصل معك لدي مشكلة
+962787874734
هي رقمي تواصل معي عليه
Thanks Boss
Please subscribe
Thanks you so much !
Please subscribe
Thanks man
Please Subscribe
same error here here you declared activity in manifest but i have error with fragments switching activity to fragments
Please send the error to this email to see it Leith.najjar@gmail.com
what mounted contains?
did you fixed?
hocam siz çözdünüz mü ?
@@MustafaCck evet çözdüm xcode da runner ayarlarında ios sürümünü 10.0 yapınca düzeliyor
@@berkaysahin7752 nasıl çözdünüz hocam
مشتغلتش معايه
ممكن تبعتلي الارور الي بطلعلك كامل على هاض الايميل leith.najjar@gmail.com عشان اشوف شو المشكلة الي عندك
@@gg.brothers كيف بدي اعرف الاصدار الي نازل على جهازي
for React-Native it didn't worked
Work in flutter
Thank You Bro
Subscribe please
thank you
Subscribe please
merci
Please subscribe
@@gg.brothers ok
Thankyou
Please subscribe
thanks
Please subscribe
Good looking out!
Please subscribe
Thanks bro.
Please subscribe
FALHA: A construção falhou com exceção. * Onde: Build file 'C:\Users\desenvolvimento\testeeeee\android\app\build.gradle' linha: 27 * O que deu errado: Ocorreu um problema na avaliação do projeto ':app'.
Grt! It Solved Finally
Please subscribe
thank you
Please subscribe
مرحبا دتضهر هاي الرساله الي اذا امكن المساعده واكون ممنون منك Execution failed for task ':app:validateSigningDebug'. > java.util.concurrent.ExecutionException: com.android.builder.utils.SynchronizedFile$ActionExecutionException: java.io.IOException: com.android.ide.common.signing.KeytoolException: Failed to create keystore. * 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.
بتظهر بس تعمل نسخة release؟
tks u so much. u make the world better
Please subscribe
thank you bro>W<
Please subscribe
Thanks! it was helpful
Please subscribe
thank you so much <3
Please subscribe
جزاك الله خيرا
اشترك الله يخليك
thank you so much bro
please subscribe
Great Man upload videos like that love From Pakistan
please subscribe
not working
Please send me your error
not working
Please send me your error
I have a problem Note: C:\src\flutter\.pub-cache\hosted\pub.dartlang.org\location_web-1.0.1\android\src\main\java\com\lyokone\location_web\LocationWebPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.
Thank you so much
please subscribe
a whole nigh when last night i'm confused for memory leaks like that , dude thanks it's work perfectly 😂
Thank you! Programmers are always at a loss. LOL
please subscribe