ZXingTestActivity - barcode scanner - No Activity found to handle Intent { act=com.google.zxing.client.android.SCAN (has extras) }

前端 未结 3 1671
栀梦
栀梦 2021-01-17 14:36

I\'ve been trying to build an application that uses barcode scanner, and I\'ve decided to try out the example found in the ZXing-2.0.zip ,s

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-17 15:08

    Just Add this Code into your manifest file, with in the Application tag.

    
        
            
    
            
        
        
            
    
            
        
    
    

    Now add permission if not already added on the top of file

     
    
    

提交回复
热议问题