I've downloaded Android Studio 3 canary 6. I created a project using the empty activity and targeted it to run on Android 4.0(Ice Cream Sandwitch) and above. When Running the app on the actual device that uses android Kitkat 4.4 (I've tried in two different devices) I get "unfortunally app stopped working". I didn't touch any of the code generated by the empty activity project. What can cause this issue?. Where do I start to look to solve this problem?. I'm reading a book and I followed all the steps so it should work.
updated
logcat:
java.lang.RuntimeException: Unable to start activity ComponentInfo{br.com.example.teste03/br.com.example.teste03.MainActivity}:
android.content.res.Resources$NotFoundException: Resource ID #0x7f060052
I recommend updating your android studio to the latest available version on the beta channel, Beta 4 is available right now
Also need to check your gradle settings, you said you are targeting 4.0 and above, to target 4.0 and above you will need this on your app level gradle
Hope it helps