@Musab
package name is different, if you are coming from iOS then consider same as bundle id.
What you are looking for is display name after App is installed, try to look into android:label
in AndroidManifest.xml
. And mostly it will fetch from proj/app/res/values/strings.xml
To make apk you will required android studio.