Error: Adobe creative SDK android -


i'm facing problems lines on manifest while trying work creative sdk

and because getting error stack of post code , that's not allowed typing meaningless line :d :d "<3 luv u stack"

we supposed add creative activity this

 <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" /> 

i errors in both lines

android:process=":aviarysdk" android:theme="@style/aviarytheme.dark" 

my error log is

: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 @ com.adobe.creativesdk:behance:0.3.94:15:5 duplicated element declared @ com.adobe.creativesdk:behance:0.3.94:11:5 warning:(16, 5) element uses-permission#android.permission.access_wifi_state @ com.adobe.creativesdk:behance:0.3.94:16:5 duplicated element declared @ com.adobe.creativesdk:behance:0.3.94:12:5 warning:(17, 5) element uses-permission#android.permission.write_external_storage @ com.adobe.creativesdk:behance:0.3.94:17:5 duplicated element declared @ com.adobe.creativesdk:behance:0.3.94:13:5 warning:(18, 5) element uses-permission#android.permission.read_external_storage @ com.adobe.creativesdk:behance:0.3.94:18:5 duplicated element declared @ 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) androidmanifest.xml:67:13     present @ com.adobe.creativesdk:image:4.0.0:39:13 value=(@style/aviarytheme.dark.transition)     suggestion: add 'tools:replace="android:theme"' <activity> element @ androidmanifest.xml:61:9 override :app:processdebugmanifest failed error:execution failed task ':app:processdebugmanifest'. > manifest merger failed 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 

i working android studio

thanks in advance


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -