How to change the name of the application in Processing for Android

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”>

1 Like