Can you provide me a little guide of how implement the native module ?
I did just copy \app\src\main\java\com\mranderson\ into my project \app\src\main\java\com\ also with the same name mranderson now my com folder has 2 items
myapp
mranderson
when I compile my app returns
\android\app\src\main\java\com\mranderson\locationsample\location\LocationModule.java:45: error: cannot find symbol
mGson = new Gson();