I have samsung device s7 edge. Application not installed for live build. Please help me, what is an exactly problem. See this error throw, on Android N os in device.
Application not installing some device Android os N android
219 Views Asked by NAP-Developer At
2
There are 2 best solutions below
1

try this it may work for you
In your manifest file, add the <supports-screens>
element and specify the
android:xlargeScreens attribute to "true":
<supports-screens android:xlargeScreens="true" />
In your manifest's <uses-sdk>
element, set android:targetSdkVersion
to "11"
or higher:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="11" />
for more assistance please look into this page HERE
In your manifest file, add the element and specify the
android:xlargeScreens
attribute to "true":Read android:resizeableActivity
FYI