forked from pn4koje23/MiNotes
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'pf85jxqog/MiNotes:Jolyne'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Deleting a branch is permanent. It CANNOT be undone. Continue?
AndroidManifest.xml下的bug调试 68~74行缺失Missing URL,解决:<intent-filter android:scheme="http" tools:ignore="AppLinkUrlError"> 19行添加xmlns:tools="http://schemas.android.com/tools" 在<activity,provider,receiver,service四大件 下添加 android:exported="true"来调用组件在gradle(app)中添加 dependencies { implementation 'com.android.support:appcompat-v7:28.0.0' //导入向下兼容包 } 修改ui界面包的NoteEditActivity、NotesListActivity的extends(Activity->AppCompatActivity)并导入库import android.support.v7.app.AppCompatActivity; 在AndroidManifest.xml中修改ui.NotesListActivity、ui.NoteEditActivity的主题为 android:theme="@style/Theme.AppCompat.Light.DarkActionBar"44f58074eainto master 3 years ago44f58074ea.