Compiling against android MNC impossible? -


i have follow instructions on https://developer.android.com/preview/setup-sdk.html

can't working below error in android studio (update 1.3rc-2)

error

enter image description here

i have tried "minsdkversion mnc", still doesn't work.

you should missed single quotes around "android-mnc", should be:

compilesdkversion 'android-mnc', not compilesdkversion android-mnc


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -