ActivityNotFoundException on FragmentActivity

后端 未结 2 1515
离开以前
离开以前 2021-01-25 00:43

I do have lots of plain old activity-based apps in the Play Store. Since two days I try to do my first steps with Fragments. I still don\'t get it. I\'ve read mostly all docs an

相关标签:
2条回答
  • 2021-01-25 01:13

    Something seems to be not working as expected. Copy the compatibility jar to a folder libs and then recompile and repackage

    0 讨论(0)
  • 2021-01-25 01:15

    I don't know if this will fix your problem but looking at your screenshot, everything looks correct to me except the Referenced Libraries item. That shouldn't be there any more because the latest ADT version 17 automatically detects all jars in the libs folder. You can get rid of the Referenced Libraries item by removing the explicit reference to the android support jar from your build path.

    I had a very similar problem and was completely stumped for a while until I read this blog post which has a lot of information about this issue so it might be worth a read even if removing the Referenced Libraries doesn't work.

    0 讨论(0)
提交回复
热议问题