Hi guys! I’ve been trying to decipher all day why my app does not install on a Samsung Galaxy Note 8 from the T-Mobile provider but in one of Sprint installs without problems. My personal test device is a Nexus 6 and I have never had any problems. I have also installed on Samsung Galaxy Express 3, Samsung S8, S8 plus, some ZTE models, some HTC models of which I do not remember their model. Because the Samsung Galaxy Note 8 test devices are not mine I do not have it on hand to clarify doubts, but I tried to install the apk on my Galaxy Tab A 8, in which I had already installed a previous debbug version, but now the installation is stuck and it does not let me press the install button, I can only cancel the installation.
here is a capture of the Note 8 screen error:
here is my build settings:
-- -- For more information on build.settings, see the Project Build Settings guide at: -- https://docs.coronalabs.com/guide/distribution/buildSettings -- settings = { orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "portrait", supported = { "portrait", "portraitUpsideDown" }, }, -- -- Android section -- android = { usesPermissions = { "android.permission.INTERNET", "android.permission.CAMERA", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, }, -- -- iOS section -- iphone = { xcassets = "Images.xcassets", plist = { UIStatusBarHidden = false, UILaunchStoryboardName = "LaunchScreen", NSCameraUsageDescription = "This app would like to access the camera.", NSPhotoLibraryUsageDescription = "This app would like to access the photo library.", }, }, -- -- Plugins section -- plugins = { }, -- -- Project section -- excludeFiles = { -- Exclude unnecessary files for each platform all = { "Icon.png", "Icon-\*dpi.png", "Images.xcassets", }, android = { "LaunchScreen.storyboardc", }, }, }