theRealPadster / simple-picross

Material design Picross Android app
0 stars 0 forks source link

Paths in some files are absolute #1

Open theRealPadster opened 9 years ago

theRealPadster commented 9 years ago

Commit f112981 changed some paths to absolute. These should be changed back. e.g. root url="file:///data/padster/Sources/simple-picross/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/21.0.3/res" Should be: url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/21.0.3/res"

theRealPadster commented 9 years ago

They have all been fixed, but for some reason, Android Studio keeps changing the paths in app/app.iml and simple-picross.iml back each time I run it.