在尝试使用创意 SDK 时,我遇到了清单上的某些行的问题
并且因为从堆栈中得到错误,我的大部分帖子都是代码,这是不允许的,我正在输入这个无意义的行:D:D“<3 luv u stack”
我们应该通过这个添加创意活动
<activity
android:name="com.aviary.android.feather.sdk.FeatherActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:hardwareAccelerated="true"
android:largeHeap="true"
android:process=":aviarysdk"
android:screenOrientation="unspecified"
android:theme="@style/AviaryTheme.Dark" />
我在两行都收到错误
android:process=":aviarysdk"
android:theme="@style/AviaryTheme.Dark"
我的错误日志是
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:app:prepareComAdobeCreativesdkBehance0394Library UP-TO-DATE
:app:prepareComAdobeCreativesdkFoundationAssets0394Library UP-TO-DATE
:app:prepareComAdobeCreativesdkFoundationAuth0394Library UP-TO-DATE
:app:prepareComAdobeCreativesdkImage400Library UP-TO-DATE
:app:prepareComAndroidSupportAppcompatV72200Library UP-TO-DATE
:app:prepareComAndroidSupportPaletteV72103Library UP-TO-DATE
:app:prepareComAndroidSupportSupportV42200Library UP-TO-DATE
:app:prepareComFacebookAndroidFacebookAndroidSdk401Library UP-TO-DATE
:app:prepareItSephirothAndroidExifAndroidExifExtended106Library UP-TO-DATE
:app:prepareItSephirothAndroidLibraryAbAbTest205Library UP-TO-DATE
:app:prepareItSephirothAndroidLibraryDisklrumulticacheDisklrumulticache105Library UP-TO-DATE
:app:prepareItSephirothAndroidLibraryHlistviewanimationsHlistviewanimationsLibrary101Library UP-TO-DATE
:app:prepareItSephirothAndroidLibraryHorizontallistviewHlistview131Library UP-TO-DATE
:app:prepareItSephirothAndroidLibraryImagezoomImagezoom211Library UP-TO-DATE
:app:prepareItSephirothAndroidLibraryPicassoPicasso2353Library UP-TO-DATE
:app:prepareItSephirothAndroidLibraryTargettooltipTargetTooltipLibrary124Library UP-TO-DATE
:app:prepareItSephirothAndroidLibraryViewrevealanimatorViewRevealAnimator102Library UP-TO-DATE
:app:prepareMyApplicationSlidingMenuLibUnspecifiedLibrary UP-TO-DATE
:app:prepareMyApplicationViewPagerIndicatorUnspecifiedLibrary UP-TO-DATE
:app:prepareDebugDependencies
:app:compileDebugAidl UP-TO-DATE
:app:compileDebugRenderscript UP-TO-DATE
:app:generateDebugBuildConfig UP-TO-DATE
:app:generateDebugAssets UP-TO-DATE
:app:mergeDebugAssets UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:app:mergeDebugResources UP-TO-DATE
:app:processDebugManifest
D:\MyApplication\app\build\intermediates\exploded-aar\com.adobe.creativesdk\behance\0.3.94\AndroidManifest.xml
Warning:(15, 5) Element uses-permission#android.permission.INTERNET at com.adobe.creativesdk:behance:0.3.94:15:5 duplicated with element declared at com.adobe.creativesdk:behance:0.3.94:11:5
Warning:(16, 5) Element uses-permission#android.permission.ACCESS_WIFI_STATE at com.adobe.creativesdk:behance:0.3.94:16:5 duplicated with element declared at com.adobe.creativesdk:behance:0.3.94:12:5
Warning:(17, 5) Element uses-permission#android.permission.WRITE_EXTERNAL_STORAGE at com.adobe.creativesdk:behance:0.3.94:17:5 duplicated with element declared at com.adobe.creativesdk:behance:0.3.94:13:5
Warning:(18, 5) Element uses-permission#android.permission.READ_EXTERNAL_STORAGE at com.adobe.creativesdk:behance:0.3.94:18:5 duplicated with element declared at com.adobe.creativesdk:behance:0.3.94:14:5
D:\MyApplication\app\src\main\AndroidManifest.xml
Error:(67, 13) Attribute activity#com.aviary.android.feather.sdk.FeatherActivity@theme value=(@android:style/Theme.Translucent.NoTitleBar) from AndroidManifest.xml:67:13
is also present at com.adobe.creativesdk:image:4.0.0:39:13 value=(@style/AviaryTheme.Dark.Transition)
Suggestion: add 'tools:replace="android:theme"' to <activity> element at AndroidManifest.xml:61:9 to override
:app:processDebugManifest FAILED
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
Information:BUILD FAILED
Information:Total time: 3.948 secs
Information:2 errors
Information:4 warnings
Information:See complete output in console
我正在使用 android 工作室
提前致谢