An Android project package name that uniquely identifies an app.
Questions tagged [package-name]
165 questions
0
votes
1 answer
Android: show package name of installed app
Hello i'm using this command line to install an apk on Android :
pm install /sdcard/Download/xxx.apk
i'd like to know the package name of the installed apk , how can i do that ? note : i can't open the manifest , and can't install aapt on my…

GhaziBenDahmane
- 548
- 3
- 15
0
votes
1 answer
Unity player setting is not accepting package name
In Unity 5.6.0 I am trying to change package name from player setting but it shows default package name again in player setting. When I finish editing package name and click outside of that textfield I can see default package name appearing again.…

Vinod Mahale
- 374
- 4
- 14
0
votes
1 answer
Changing package name of app utilizing Facebook Audience Network
Our app utilizes Facebook Audience Network ads on Android. It's published on the Google play store for some time now.
Due to circumstances beyond our control, it seems that we'll have to change the app's package name and re-list it on the Google…

Vaiden
- 15,728
- 7
- 61
- 91
0
votes
2 answers
Get package name of another app by app name
I want to know the package name of an app and i only know the app name of that app. suppose i want to know the package name of an email app by just its name then how to get it
i just know the app name.
final PackageManager pm =…

rocky
- 1
- 1
- 2
0
votes
2 answers
How can I give an Android app a Russian title
I am using Android Studio to make an app that will be in Russian. I don't have any problems with using Russian font in the app itself, but how can I create an app with a Russian title? I am creating a New Project, and then when I try to type Russian…

HGamble
- 415
- 5
- 17
0
votes
1 answer
Google Signin error when changing package name in React Native Android app
I've set up a React Native Android app using the react-native-google-signin package, and everything is working great. I created a keystore to sign the app, created the proper credentials, and have a downloaded google-services.json file in my…

sortofbusy
- 148
- 1
- 6
0
votes
2 answers
Android - ApplicationID and package must be the same?
What the differences between those two?
and if ApplicationID and package are not the same, something will happened?
thanks.

I.Mac
- 289
- 3
- 17
0
votes
2 answers
How to avoid released android app from showing apps package name
I'd like to release my app on the google play store. Currently the app's name is shown right, but in the options to uninstall the app, it's full package name is shown and I'd like to avoid this and instead show the app's name there, too.
Is this…

rudi
- 75
- 8
0
votes
0 answers
How to prepare a .aar for an .apk, without building a .apk? (Processing out ${applicationI})
We're building an SDK for Unity for Android, and while they do accept .aar files, it's not a full gradle build system, it's their own custom implementation, and one of the differences to gradle is it doesn't replace ${applicationId} references in…

seaders
- 3,878
- 3
- 40
- 64
0
votes
0 answers
Unable to launch Angular app on Android
I get the following error when I try to luanch my Angular app in my android app.
06-15 13:49:15.037 9055-9055/? E/AppInfoBase: Exception when retrieving package:com.myPackage
…

Smitha
- 6,110
- 24
- 90
- 161
0
votes
0 answers
Throw exception when trying to get icon from package name
I am trying to get an icon from a package name. The package name is getting passed to me through a socket. I am getting the package name and trying to use it to get the icon, but it is throwing an exception. I never get the print statement for the…

Natalie
- 315
- 5
- 18
0
votes
1 answer
how to get package name using android toolchain on c++?
I have a process that attempts to get the package name from another process.
I am using C++ code and compiling it using Android toolchain.
I have its socket fd and ip address, however, I didn't find in the api a function that will return a string…

inbaly
- 582
- 1
- 6
- 16
0
votes
1 answer
Android project name package changed
I used android Studio 1.5.
In my android project, I changed the name package and then this error is appear
Error:Execution failed for task ':app:processDebugGoogleServices'.
No matching client found for package name
Can you help me?

ha_ell
- 99
- 6
0
votes
2 answers
Build two different apk using one single code in android eclipse
I am still working with Eclipse to develop android applications. Now there is a situation where I am supposed to build 2 different applications (You can consider as free and non-free version apk) using same app-code. I have got thousands of links…

pratik03
- 651
- 2
- 7
- 23
0
votes
1 answer
Get text from the list
MainActivity,
public class MainActivity extends ListActivity {
int count;
private PackageManager packageManager = null;
private List applist = null;
private ApplicationAdapter listadaptor = null;
ListView list;
…

mahesh
- 17
- 7