Error: Adobe creative SDK android



我在尝试与Creative SDK

一起工作时在清单上的某些行面临问题

并且由于我的大多数帖子是代码的堆栈中都会获得错误,因此不允许这样键入此毫无意义的行:d: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:MyApplicationappbuildintermediatesexploded-aarcom.adobe.creativesdkbehance.3.94AndroidManifest.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:MyApplicationappsrcmainAndroidManifest.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 Studio合作

预先感谢

这意味着您必须将鸟舍SDK替换为Adobe的创意云,您可以从这里找到文档并逐步说明https://creativesdk.zendesk.com/hc/EN-US/ARTICES/211241666 ANDROID移民指南-0-9-7-9-7-9-9-1062

最新更新