Cordova support for Amazon FireTV ("android_interface.jar" error) -


I used the original "Hello" for the Amazon Fire tablet and using Cordova (3.4.x) to create a custom HTML app. Have done I was connected to a problem and resolved it according to the answer (chmod + x on the construction tool).

However, when I try to deploy the same app ("Hello" and the HTML5 app) Amazon Fire TV device, I see this error: Application error AndroidWebKit classes are missing Copy the Android-Interface.jar in the App's Libs folder from Amazon WebVS SDK and recreate the app.

There is no file named "android_interface.jar" in the Amazon WebVV SDK. I tried copying "awv_interface.jar" to the app's Libs directory; no change. I also tried to rename the awv_interface.jar name for Android; Failed to compile the app.

The normal Android target of Cordova will actually run on Fire TV; The "Hello" app works, but the five-way remote is not registered on our HTML5 app, so I'm really using the Amazon-Fireros target.

Question:

  • The Amazon Fireros goal of Cordova is to support Amazon Fire TV?
  • If not, can this support be added?
  • Where can I find this "android_interface.jar" file?

    I had the same problem, do not worry about changing the name. Do not need these two things:

    1) Enter awv_interface.jar in . Cordova \ lib \ amazon-fireos \ cordova \ 3.4.0 \ framework \ libs If Libis does not exist, then you need to create it.

    2) awv_android_factory.jar in & lt; App directory & gt; Keep \ platform \ Amazon-Fireros \ Libs

    Keep in mind that there are two completely separate Libs directories.

    Create the app again, then it will work.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -