Setup & Importing Android Studio Project
Last updated
Last updated
Latest Android Studio version is recommended, which can be downloaded from here
Open Android Studio > Open an existing Android Studio Project >Choose the folder SuperChat_Code
> OK
wait for 'gradle build' to finish
Then go to 'Build' Menu and choose Clean Project
after build finishes you will get an error
google-services.json
is missing ,to solve this you have to Setup Firebase after changing Package Name
go to build.gradle
and change applicationId
value then click 'Sync Now' at the top
go to build.gradle
and change app_name
value, also you might want to change app_folder_name
value to change the actual folder name in the Phone then click 'Sync Now' at the top
AES Encryption:
go to build.gradle
and change encryption_type
value to AES
hen click 'Sync Now' at the top
now go to src/main/java/com/teamxdevelopers/SuperChat/utils/enc/aes/AESCrypto.java
and change the KEY
value to a unique and strong key. this will be used to Encrypt ALL messages so make sure to NOT share it with anyone.
if you don't need to use encryption at all, go to build.gradle
and change encryption_type
value to NONE
hen click 'Sync Now' at the top
Enable Ads from admin panel.
Fill in the units IDs:
copy you adMob AppId and paste it in admob_app_id
create 2 Banner Units and one Interstitial Ad in AdMob and paste them individually in banner_unit_id_new_chat
, banner_unit_id_main
and interstitial_ad_id
lastly click 'Sync Now' at the top.
you can do that by going to build.gradle
and change group_invite_host , account_link
value to your domain's website, then click 'Sync Now' at the top
you can do that by going to build.gradle
and change your_company_name , fb_account , yt_account , website , email , encriptionWeb , helpWeb values to what you want , then click 'Sync Now' at the top
if you want to add your own stickers go to app\src\main\assets\stickers
and paste all stickers images in this folder (should be in png
or jpg
)
in Android Studio on the left panel select app folder > right click > new > Image Asset > make sure Launcher Icons(Adaptive and Legacy) is selected choose your asset, adjust background color if needed > next > finish