Creating TeamSite hybrid Application 16

59 views Asked by At

I am new to android hybrid application development. I saw the video https://www.youtube.com/watch?v=vIZ54sdG7z4 which gives the option in teamsite to create hybrid application. I am trying to follow this method but the video is a demo of team site 8.1 and I have team site 16.1.

The problem I am facing is in the team site under android setting. It asking me, 1. Add Signing Certificate 2. How to download google-services.json 3. Key store password etc.

Please check the attached image for the details.

I am new to android. Can someone guide my on this? How do I get this keys?

Thanks in advance

1

There are 1 answers

2
ʍѳђઽ૯ท On

First, create your Keystore with jks format:

Android Studio -> Build -> Generate signed APK and create a new keystore

Then, you'll see aliases-passwords and etc:

enter image description here

You just need to use the same password-aliases in the panel when you create a new Keystore.


There is another key (server key) needed which you can find it when you create google-services.json from Google console.