Reputation: 526
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
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