java.lang.RuntimeException: Unable to start activity ComponentInfo

前端 未结 6 1526
误落风尘
误落风尘 2020-12-09 13:00

I know this error appeared on forum million of times, but please help me find what I missed. I\'m trying to do simple tab orientated application,I don\'t have much (except e

6条回答
  •  天命终不由人
    2020-12-09 13:29

    After trying few answers they are either not related to my project or , I have tried cleaning and rebuilding (https://stackoverflow.com/a/48760966/8463813). But it didn't work for me directly. I have compared it with older version of code, in which i observed some library files(jars and aars in External Libraries directory) are missing. Tried Invalidate Cache and Restart worked, which created all the libraries and working fine.

提交回复
热议问题