- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
--------
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?
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Park -- there are a few ways to resolve this:
- use Cordova CLI directly (see https://software.intel.com/en-us/forums/intel-xdk/topic/685326#comment-1885369 for help)
- modify the plugin to include the necessary JAR/AAR lib file, and import it as a local plugin
- create a small custom plugin to import the JAR/AAR lib files you need
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page