Hi all,
I've just download SDK for Pebble's watch,but it has no jar file,only has the source code(java files).
I would like someone help me only convert jar file in order to could learn to create a new wrapper as PebbleKitWrapper.
Hi Erel,
If I compile the source code(in post#1) for the first time,I will get jar file(DebbleKit.jar) and get xml file then the second time,I use @DependsOn(values={"DebbleKit.jar"}) and compile again, Could I do it? (I think that If DebbleKit changed,I don't change it again,it's easy to manage)
Hi Erel,
I 've the example which is about weather,in the example,it use both of import java libraries. That is mean,I must compile both of them in the first time,and then use @DependsOn(values={"PebbleKit.jar","PebbleDictionary.jar"}) for compile the second, Is it right? Do you have any additional guides for me?
I'm not sure that I understand the question. You can use SLC to compile the Java source code and then reference the JAR from other project. You can also add the source code directly.
Hi all,
I'm tried to learn Java for Android,but I have problem,what variable could instead of R.layout in line 43 at picture step2.png
(Now I integrate weather.java at the same directory of PebbleKit.java and set the same package which shown at picture step1.png)