I am trying to build plugin for inmobi network .
Here are the steps i am following :-
1:- I checked out Sample InMobi Plugin code from the following location:
“https://bitbucket.org/coronalabs/plugins-ads-inmobi/src”
2:-After checking out project, i am trying to import “android” folder
in Eclipse Ide .
3:-I am running both scripts “build.sh” and “build.plugin.sh” passing
“$ANDROID_SDK” as parameter .It generates libs folder that has 3 jar
files (Corona.jar,JNLua.jar,InMobiAndroidSDK.jar) .
4:- It generates CoronaProvider.ads.inmobi.jar file in bin folder
5:- Now i run main.lua file in Corona folder using simulator but it downloads plugin from corona labs server as per settings in “build.settings”
What are the steps to follow so that main.lua file uses updated plugin
jar file (built by script) instead of downloading from server. ?S
So that i can use my updated code of Inmobi plugin to test the changes in the plugin .