gnasis
December 21, 2016, 7:49am
1
Hallo there!
I am totally confused with this one:
My developer sent me the root folder of the project and opening the output apk it is working fine.
But when i try to build again the project some parts of the app are not working
How is it explained and can be fixed?
Thank you
dotman
December 21, 2016, 7:59am
2
@gnasis show your error log
gnasis
December 21, 2016, 8:06am
3
Hallo @dotman
thank you for your response
Specifically I have two plugins that are not working after the rebuild
Facebook plugin for login
Google maps
I don`t know how to inform you about the errors since i see the apk in the device
The rebuild is successful but in action on device they are not working as previously
dotman
December 21, 2016, 8:13am
4
Open the app on your device then connect the device to you PC with usb cable, Then open chrome to inspect it. Type this chrome://inspect in your address bar to observe the behaviour. I hope this helps
gnasis
December 21, 2016, 8:26am
5
@dotman
Indeed reallly helpfule!
The first error about facebook login is this one
“Facebook error: Invalid key hash. The key hash 4gqD9ACpudBeHVg14MELGWq34u0= does not match any stored key hashes. Configure your app key hashes at http://developers.facebook.com/apps/233457490364127 ”
But I cannot understand, they are the right values which before rebuild it was working!
gnasis
December 21, 2016, 8:39am
6
@dotman
and also about google maps i have this warning
util.js:210 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
dotman
December 21, 2016, 9:18am
7
The key values do not match check the link to your developer console and fix in the right key values
gnasis
December 21, 2016, 9:48am
8
@dotman
Thank you, can you guid me a little?
You mean in the files or the facebook account developer and google?
copy debug.keystore file present in \users\yourusername.android folder of the PC where your application is running correctly and replace it on the another machine Should definitely solve your problem
gnasis
December 22, 2016, 7:13am
10
Hi @baviskarmitesh
thank you for your response!Ok i will try it!
There is already a key.store in root folder named “appnamecert .keystore”
Should i replace it also?
Thank you very much