standalone sdk manager in Android Studio -


tools => android => sdk manager open sdk manager, , check "show package details" see the list of installed , not installed components.

i try find "sample" folder under individual android version, unable find "sample" component. upset because want install gesture builder inside "sample" folder.

by accident, click "launch standalone sdk" launch screen looks similar sdk manager on eclipse, , find sample folder.

anyone can tell me reason unable find sample folder on opened sdk manager (there 3 tabs: sdk platforms, sdk tools , sdk update sites)

thanks

you need download samples particular sdk you're targeting. furthermore, samples change sdk sdk.

so first find out sdk, did gestures builder sample come from, , download samples sdk.

after that, use android studio wizard create project sample. sure target same sdk (you can change target sdk later, once have sample).

using android studio best way it. there no need go folder , things manually.

actually, gesturesbuilder seems old, it's api level 4 (android 1.6). no wonder have trouble finding it. suggestion not bother , try find more recent project example directly github.com


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -