[
https://issues.jboss.org/browse/JBIDE-18136?page=com.atlassian.jira.plugi...
]
eduardo de souza commented on JBIDE-18136:
------------------------------------------
Here it goes, thanks in advance.
<?xml version="1.0" encoding="UTF-8"?>
<widget
xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
id="teste.app3" version="1.0.0">
<name>Teste App3</name>
<description>
A sample Apache Cordova application that responds to the
deviceready
event.
</description>
<author
href="http://aerogear.org/"
email="aerogear-dev(a)lists.jboss.org">
JBoss by Red Hat
</author>
<content src="index.html" />
<access origin="*" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="true" />
<feature name="App">
<param name="android-package" value="org.apache.cordova.App"
/>
</feature>
<feature name="Attendease iBeacons">
<param name="id" value="com.attendease.ibeacons" />
</feature>
<feature name="iBeacon">
<param name="id" value="org.apache.cordova.ibeacon" />
</feature>
<feature name="IBeacon">
<param name="ios-package" value="CDVIBeacon" />
<param name="ios-package" value="CDVIBeacon" />
</feature>
</widget>
iBeacon plugin problem, can´t compile app
-----------------------------------------
Key: JBIDE-18136
URL:
https://issues.jboss.org/browse/JBIDE-18136
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid
Reporter: eduardo de souza
Assignee: Gorkem Ercan
Priority: Critical
I have created a Hybrid Mobile App, then added an iBeacon plugin:
https://github.com/petermetz/cordova-plugin-ibeacon.git
Then I tried to compile to see if there was any problem. I got this message:
An internal error occurred during: "Launching TesteApp4 (Android Device)".
java.lang.NullPointerException
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)