Reputation: 26637
Which virtual device and hw profile should I choose in Android Studio if I target the Samsung Galaxy S8 smartphones? I tried building an apk from the examples but it just crashes in the phone. In the emulator it works.
Upvotes: 0
Views: 998
Reputation: 6693
For Design related issue you can use genymotion emulator
Otherwise, for crash, you have to use Firebase Crash Reporting or other Crash Reporting library to solve crash
Upvotes: 1