alphamu / PrayTime-Android

Android app for calculating Muslim prayer times and setting and alarm for the prayer times.
Apache License 2.0
64 stars 58 forks source link

issues running the app #1

Open Mohammad699 opened 9 years ago

Mohammad699 commented 9 years ago

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

alphamu commented 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:

your API key

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.