Software Archive
Read-only legacy content
17061 Discussions

plugin and gradle

park_m_
Beginner
314 Views

sorry bad my english

i want use plugin

https://www.npmjs.com/package/cordova-plugin-kakaotalk

plugin add ok

but this plugin using custom gradle(kakao sdk)

<framework src="src/android/kakao.gradle" custom="true" type="gradleReference" />

https://software.intel.com/en-us/forums/intel-xdk-iot-edition/topic/605952

can't use gradle -> ok

i can make jar and aar file

but arr using gradle -> can't build

so i want AAA.jar import this plugin

http://stackoverflow.com/questions/34115571/add-external-jar-library-to-build-cordova-plugin-ionic-framework

--------

my question

1. xdk add library jar file?

like this

<source-file src="src/android/libs/AAA.jar target-dir="libs" />

2. xdk can use hook?

http://cordova.apache.org/docs/en/latest/guide/appdev/hooks/index.html

 

====

or

https://software.intel.com/en-us/forums/intel-xdk/topic/628794

Wait for the supported gradle?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
314 Views

Park -- there are a few ways to resolve this:

For the last two options, something like what's described in this FAQ should help > https://software.intel.com/en-us/xdk/faqs/general#android-manifest < sorry, we don't have a complete guide on how to do what you need to do.

0 Kudos
Reply