添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
无邪的丝瓜  ·  Asynchronous ...·  1 周前    · 
急躁的手套  ·  Microsoft Dynamics ...·  6 月前    · 
好帅的饺子  ·  vue app版本更新 - CSDN文库·  6 月前    · 
有腹肌的香烟  ·  VBA数组详解_w3cschool·  7 月前    · 
Hi.

I'm making an QR code Scanner using ZXing in my library. I'm getting this error while trying to to run this program in my phone via app debugging:

  • AGPBI: {"kind":"error","text":"Program type already present: android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat","sources":[{}],"tool":"D8"}
  • :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
  • Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.> com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives


  • here is my app build:gradle :



    and this is my main_activity :

    package com.example.toshiba.myekantin;



    I'm using :
    Android Studio 3.1.3
    API 22

    What have i try to get rid the error :
  • clean project and rebuild project
  • adding this to my main activity program

  •