I am trying to create a folder in launcher application from the settings application. Is it possible ? I have tried with this /data/data/com.android.launcher/themes path. But that time i got exception like this
caused by java.lang.illegalargumentexception file contains a path separator
for sure you can not create a dir inside /data/data folder if your mobile is not rooted.
Edit: show us how are you trying to create the folder. (post some snippet of code)