I was wondering how can i change or set the name of the application in Porcessing for Android?
Thanks, Ripolas
I was wondering how can i change or set the name of the application in Porcessing for Android?
Thanks, Ripolas
Try going into the manifest and adding your own string to this line:
<application android:icon=“@mipmap/ic_launcher” android:label=“appNameHere”>