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)
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
Post a Comment