android.content.ActivityNotFoundException:

前端 未结 24 2092
一生所求
一生所求 2020-11-22 10:38

I am getting this exception while I am trying to call an activity from another one. The complete exception is

android.content.ActivityNotFoundExcept

24条回答
  •  臣服心动
    2020-11-22 11:20

    My solution to this error was to add a package name in front of the name in manifest.

    I had the following activities:

    • id.scanner.main.A1

    • id.scanner.main.gallery.A2

    My manifest contained the following:

    
    
    

    This solved the problem:

    
    
    

提交回复
热议问题