Software Archive
Read-only legacy content
17061 Discussions

Build error with Tapstream plugin

Gary_H_2
New Contributor I
264 Views

I upgraded to XDK 3088 and switched to CLI 5.4.1 from 5.1.1 and now get a build error with the Tapstream 1.0.5 plugin.

:compileArmv7ReleaseJava.../Wispeo/platforms/android/src/com/tapstream/sdk/PlatformImpl.java:15: error: package org.apache.http does not exist
import org.apache.http.HttpResponse;

Is Tapstream just not compatible with CLI 5.4.1?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
264 Views

Never heard of this plugin before, so following is based on my inspection of the repo, etc.

The plugin appears to be somewhat old (in Internet days). Last update in the git repo was over a year ago. On the PhoneGap plugin repo (https://build.phonegap.com/plugins/1658) the last version (1.0.5) was uploaded over a year ago and is listed with this commit (b25c9b1) from the repo (https://github.com/tapstream/phonegap3-plugin), which appears to the last code commit (the latest is a doc update).

I'm assuming you're pulling the plugin from the git repo? If you are pulling it in from the head of the master branch you should be getting that version 1.0.5 (unfortunate that there are no version tags in the repo). Looking at the plugin.xml file, I don't see anything in particular that would cause problems.

Does it build with CLI 5.1.1?

0 Kudos
Reply