android - 未设置应用程序安装程序 ID

标签 android android-layout android-intent google-analytics

在 google analytics 页面中,我在 Acquisition/App Market Place 下方看到 App Installer ID,有 4 个类别:1、com.android.vending、2、com.google.android.feedback 3、com.airnauts.vietapps 和 4,Not放。现在如何为 4 设置应用程序安装程序 ID。 我想给一个名字“Sideload”。请帮助我

最佳答案

检查项目的 AndroidManifest.xml 文件中特定 Sideload 模块的包名称,并检查 build.gradle 文件中的 applicationID

关于android - 未设置应用程序安装程序 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31376797/

相关文章:

Android WebView 本地 html 无法从 URL 获取文件

android - 即使关闭 autoRotation 也能获取 android 设备方向

android - 左侧和右侧的 TableLayout 项目

android - 如何以编程方式启动 "Google Play Games Profile"游戏页面

android - 检测 Intent 的类型 android

Android MediaPlayer 在某些设备上不播放声音

java - 为什么一开始启动应用程序时我的回收 View 没有显示?

android - 如何防止 ImageView 重叠?

android - 如何清除启动 Activity 的 Intent?

android - 从网络下载图像时,BitmapFactory.decodeStream 返回 null