java - Android Empty Activity and Blank Activity -


i trying make android project , there many types of activities, there see blank activity , empty activity.

does know difference between two?

blank activity not creating main_activity.xml created empty activity.

in empty activity, unable add edittext field, know why not able add it? error says :

exception raised during rendering: java.lang.system.arraycopy([ci[cii)v exception details logged in window > show view > error log 

and when open error log, there no error

check api level you're using rendering view. in case api 20 (for android wear). changed api 19 , error gone.

enter image description here


Comments

Popular posts from this blog

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -