mohammad25
Member
- May 4, 2019
- 29
- 16
- 8
Could you signal the path to the variable in Android Studio? Your solution was cleaner than mine.I solved the problem like this
I moved portal folder to folder API
in Variables (Android Studio)
public static String domain="xxxxxx/API/index.php?p=";
public static String image_base_url="xxxxxxxxxx/API/";
in config
$baseurl_domain = "xxxxxx.xxx";
$firebaseget_Db_URL = "xxxxxxxx";
$baseurl = $baseurl_domain."/API/index.php?p=";
$firebaseDb_URL = $firebaseget_Db_URL;
$ImageBaseurl = $baseurl_domain."/API/images/";
Could you signal the path to the variable in Android Studio? Your solution was cleaner than mine.
re-uploadedPlease, can you upload newly the file. The link brake. Thanks
Version 20.1 Updated 22 September 2020
-Android Files
1.Library updated for new android studio versions
Very thanksWhite Devil updated Binder - Dating clone App with admin panel - Android with a new update entry:
Binder - Dating clone App with admin panel - Android
Read the rest of this update entry...
Thank you so much for your guide and help bro.I had the same problem:
Review the following settings:
API/config.php
// firebase database link
$ firebaseDb_URL = "https://firebase-db-URL-here.com/Match";
$ firebaseDb_URL_MainDb = "https://firebase-db-URL-here.com/";
// database configration
$ servername = "localhost";
$ database = "xxxxxxxx";
$ username = "xxxxxxxx";
$ password = "xxxxxxxx";
*************************************
portal/config.php
$baseurl = "https://xxxxxxxxxx/API/index.php?p=";
$firebaseDb_URL= "https://xxxxxxxxx.firebaseio.com/";
$ImageBaseurl = "http://xxxxxxxxr/portal/uploads/";
*******************************************
I made some changes with reference to the version 13.9 panel.
PM me!can anyone help me to install php file ?
can you install this?Thanks for listening.
This is the default definition:
compileSdkVersion 29
defaultConfig {
applicationId "xxx.xxxxxxxxx.xxxxx"
minSdkVersion 21
targetSdkVersion 29
versionCode 47
versionName "15.4"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Gradle 5.1.1
Following this configuration I managed to compile the application, but there was an error in the video call and voice call.
I had done a clean install for this project.
Version 20.3 Updated 25 October 2021
-Android Files
1. Bug Fixing
2. Improvements