How to build the Android M preview appcompat support library? -


with android-m preview preview of new support library has been released (see: https://code.google.com/p/android/issues/detail?id=170105#c12)

i found source code (or @ least think found it) of support preview library here:

sdk/sources/android-mnc/android/support/v7 

but there don't seem resources provided it, java code. tried create new module in android studio , added resources current appcompat version (22.2) , seems work.

but gradle build fails because can't find r files, like:

android.support.v7.preference.r; android.support.v7.mediarouter.r; 

how should build preview version of appcompat library, use android studio?


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -