android - Amazon Firefly - Adding Plugin to App -



android - Amazon Firefly - Adding Plugin to App -

with release of firefly sdk yesterday i'm rushing incorporate app. i'm having problem adding service androidmanifest file.

<service android:name="com.company.android.amazon.plugin" android:exported="true" android:permission="com.amazon.mw.permission.plugin_consumer"> <!-- set intent filter firefly plugin --> <intent-filter> <action android:name="amazon.intent.action.mw.import_plugin" /> </intent-filter> </service>

the error says:

`'com.company.android.amazon.plugin' not assignable 'android.app.service' validates resource references within android xml files.`

where company , plugin generic , i've labeled them more priecise companies sake. i've extended plugin simpleplugin amazon firefly sdk installed.

also related question, 'min' , 'target' have api level 17? understand next needs true:

compilesdkversion "amazon.com:amazon fire phone sdk addon:17" buildtoolsversion "19.1.0"

lastly: i've gone ahead submitted in firefly forum @ amazon here (http://forums.developer.amazon.com/forums/thread.jspa?threadid=3636&tstart=0) if wants see responses.

alright i'll go ahead , reply own question here. submitted ticket amazon under firefly forum , came me.

http://forums.developer.amazon.com/forums/thread.jspa?threadid=3636&tstart=0

the reason getting error in manifest file because targetsdkversion set 19. fire os supports api level 17. means 3rd party libraries utilize level 19 need transitioned 17 or you'll have wait amazon upgrade fire os.

unfortunately isn't wanted hear, there no way around it. many of libraries heavily incorporated app , take more time trying recompile them lower sdk.

hope can help else trying compile android app firefly sdk!

android android-service amazon-firefly

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -