想哭,vue前端运行起来,对应的后端也得起服务。
后端出的这个bug,下面的博客写的第二种方法,完整截图是下面这个。
Intellij IDEA运行报Command line is too long的解决办法 - 知乎 (zh…
打开应用Activity时出现了crash
You need to use a Theme.AppCompat theme (or descendant) with this activity at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4634) ...
方案
1、若Activity继承的是AppCompatActivity,可以在添加…