我在getSession().startAuthentication()为Android Dropbox SDK 打电话时遇到此错误的任何想法?
: FATAL EXCEPTION: main
: java.lang.IllegalStateException: URI scheme in your app's manifest is not set up correctly. You should have a com.dropbox.client2.android.AuthActivity with the scheme: db-CHANGE_ME
然而,我的AndroidManifest.xml 在入门说明中按照指示进行了以下操作.
android:name="com.dropbox.client2.android.AuthActivity"
android:launchMode="singleTask"
android:configChanges="orientation|keyboard">