Bonjour, comment peut-on faire pour changer le nom de package de l’application ? Y a t’il une solution, merci
or use AI2Offline.
J’ai regardé un peu les discussions et j’ai vu ces propositions, ça à l'air compliqué. Je me suis dit que depuis tout ce temps, il y aurait peut-être une solution plus simple ! Car je vois que beaucoup de monde ont eu ce problème !
Why do you want to change the package name of your app? Can you elaborate?
Taifun
Car j’ai créé une application et que play store ne me l'a prend pas à cause du nom de Package.
I doubt that. Show a screenshot.
com.agnes.taquinlogique
So how did you change the package name in the first place?
The package name for App Inventor apps usually is in the following format
appinventor.ai_<email address before @>.<project name>
for example
appinventor.ai_taifunbaer.puravida
Taifun
je n’ai rien changé, je ne sais même pas où se trouve le nom du package dans appinventor !
et si vous parlez de playstore, il nous demande un identifiant comme ceci “com.agnes.taquinlogique” à l’inscription . Donc ci cela ne correspond pas au nom du package il ne le prend pas , c’est pour cela qu’il faut que je change le nom du package de mon application.
A la création de mon application j’ai mis TAQUIN et maintenant je ne peux pas changer
So if I understand you correctly, this is the first time you are uploading the app to Google Play. Also you did not change the package name.
You package name is
Use the correct one for Google Play instead of inventing something like
Taifun
ok , mais comment trouver le nom du package ? où l’avez vous trouvé ?
It is not possible to create an app with this package name using App Inventor (without subsequently changing it).

What is your email address before the @?
What is your project name?
Taifun
Open the APK with 7-Zip and locate the AndroidManifest.xml file. Open it with a text editor and search for the packageName. It should be near the top.
Alternatively, you can decompile the APK file to view the actual AndroidManifest.xml file.
adresse : fazio.agnes
le nom du projet : TAKIN
appinventor.ai_<email address before @>.<project name>
According to appinventor-sources/appinventor/common/src/com/google/appinventor/common/utils/StringUtils.java at master · mit-cml/appinventor-sources · GitHub your package name then is
appinventor.ai_fazio_agnes.TAKIN
Taifun
Then this is the package name of your app (built with AI2):
appinventor.ai_fazio.agnes.TAKIN, if the app was indeed compiled with AI2. However, since the package name is different, the app was definitely not built with AI2.
Of course, Taifun is correct:
merci beaucoup
It would be nice if you could inform people and tell them where you compiled the app.
