Ravi Ranjan
Ravi Ranjan

Reputation: 526

adding ssl certi.p12 files in resource folder of android

I need to add .p12 file and keystore file in resource folder of android. This file is needed for ssl connection to server (not https). How to add it? i have tried to add in any of folder in resouce folder but that is giving error.

Upvotes: 1

Views: 1138

Answers (1)

Nikolay Elenkov
Nikolay Elenkov

Reputation: 52956

What exactly is the problem? What error? You just need to copy the file as a raw resource in /res/raw/mykey.p12.

Upvotes: 1

Related Questions