Open Mohammad699 opened 9 years ago
Hi, that string resource was left out on purpose. It contains the Google maps API key which has a quota so I can't give it away. Also, it will only work with my apk signing key.
If you want to run the app, declare a string resource called secret_google_maps_api_key and it should let you compile the app at least. The maps won't work unless you provide it an API key.
To be clear, under strings.xml just include:
On Tue, 25 Aug 2015 7:17 pm EgyptianM notifications@github.com wrote:
Assalamu alaykom brother alphamu
I used android studio 1.4 to run and debug the app but first I got this message
Error:(82, 29) No resource found that matches the given name (at 'value' with value '@string/secret_google_maps_api_key').
I deleted that value from the manifest file then tried again but I got this message
pkg: /data/local/tmp/com.alimuzaffar.ramadanalarm.debug Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
— Reply to this email directly or view it on GitHub https://github.com/alphamu/PrayTime-Android/issues/1.
Assalamu alaykom brother alphamu
I used android studio 1.4 to run and debug the app but I got this message
Error:(82, 29) No resource found that matches the given name (at 'value' with value '@string/secret_google_maps_api_key').
I added an empty string with the same name to the strings.xml file and it worked but when I run it on phone it gives nothing but the setting neither pray times nor qibla
please check it out