Hi,
I am started to develop an App for the sony swr50 to read a NFC tag.
First I tested the WearableDataLayer Lib and installed the example CRWear. All works perfekt.
When I add the NFC Lib to the wearable app and just initialize the 2 nfc variables
Dim nfc As NFC
Dim TagTech As TagTechnology
as Globals the wearable app is not installed to the swr50. There is no Error during compilation etc. There is no nfc method used yet.
When put the 2 lines in comment everything works again.
Does anybody have an idea what happens here?
Wilhelm
I am started to develop an App for the sony swr50 to read a NFC tag.
First I tested the WearableDataLayer Lib and installed the example CRWear. All works perfekt.
When I add the NFC Lib to the wearable app and just initialize the 2 nfc variables
Dim nfc As NFC
Dim TagTech As TagTechnology
as Globals the wearable app is not installed to the swr50. There is no Error during compilation etc. There is no nfc method used yet.
When put the 2 lines in comment everything works again.
Does anybody have an idea what happens here?
Wilhelm