include ':appname', ':helloworldapp'
dependencies { compile project(':appname') compile 'com.android.support:appcompat-v7:+' }