I’m using the public release build on Mac (OSX 10.7.5). I downloaded the Corona SDK 1202 yesterday directly from daily build page.
With the build 1202, I generated Android device build number of times yesterday, and I didn’t have any problem at all. And I didn’t have any problem with a few Android build I generated this morning.
Then, all of a sudden, out of blue, for no reason whatsoever (because the code changes I made have nothing to do with gameNetwork API), my new Android build will no longer run, giving me the following error:
I/Corona ( 8411): errorMessage = “ERROR: Could not load provider (google) due to the following reason: module ‘CoronaProvider.gameNetwork.google’ not found:resource (CoronaProvider.gameNetwork.google.lu) does not exist in archive\n\tno field package.preload[‘CoronaProvider.gameNetwork.google’]\n\tno file ‘(null)/CoronaProvider.gameNetwork.google.lua’\n\tno file ‘(null)/CoronaProvider.gameNetwork.google.lua’\n\tno file ‘/data/app-lib/com.company.myapp-2/libCoronaProvider.gameNetwork.google.so’\n\tno file ‘./CoronaProvider.gameNetwork.google.so’\n\tno file ‘(null)/CoronaProvider.gameNetwork.google.so’\n\tno file ‘/data/app-lib/com.company.myapp-2/libCoronaProvider.so’\n\tno file ‘./CoronaProvider.so’\n\tno file ‘(null)/CoronaProvider.so’.”
Just in case it might help, I deleted Corona SDK, and reinstalled it, but with the same result. This is causing my work-I-need-to-do-right-away to a screeching halt.
By the way, I saw this post: http://forums.coronalabs.com/topic/38247-module-coronaprovidergamenetworkgoogle-not-found-gpgs/
And that’s terrible. What do I need to do (without reformatting my machine) to fix this.
And honestly, I don’t understand why Corona SDK suddenly starts causing me this issue while the very same Corona SDK worked earlier – and I didn’t change anything, except a few lines of code unrelated to the gameNetwork, and I didn’t do anything outside Corona SDK in-between the successful device builds and unsuccessful ones (except for posting on Corona forum about another API problem, meaning, all I did in-between is browsing online, searching for information to solve some Corona related problem and posting on Corona forum, which should have nothing to do with corrupting or causing any harm to CoronaProvider.gameNetwork.google in any way.)
Please help!!
Naomi