android studio中安装程序到真机时报错 报错如下: 怎么解决呢
08-15 18:38:06.830 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.830 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.830 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.media.session.MediaController', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.835 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.widget.Toolbar', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.835 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.app.ActivityManager$TaskDescription', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.845 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.app.SharedElementCallback', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.845 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.850 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.app.SharedElementCallback', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.855 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.app.assist.AssistContent', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.860 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.view.SearchEvent', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.860 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.os.PersistableBundle', referenced from method com.example.animationtest.MainActivity.access$super08-15 18:38:06.940 21589-21589/com.example.animationtest E/dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering |
免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。
版权声明:作者保留权利,不代表天盟立场。
|
|
|
|
真机的版本太低,查看你手机是几点几的系统(我猜是4.4的)
提示你的android studio中设置了这个app的最低运行是android5.0( api21)。 |
|
|
|
|