Android build 'missing components', followed documentation properly

Hey all,

I am having problems setting up Android Development. I followed [this documentation][1] every step of the way, but I am still getting this message:

192160-shot.png

Now, doing some testing, I found that the ‘adb devices’ check works find in CMD:

If I’m not mistaken, this functionality check is part of the installed drivers and programs, therefore at least something was installed properly.

Looking further into the issue, I came across this screenshot on the android quick start documentation linked above. When I go through that part on my own, there are differences on what is installed and what isn’t:

View full size in another tab to be able to read it.

In the documentation example on the left, it states to install ‘1r6u1’, but the actual selected install is only 1r6 (highlighted in yellow on the top left).

Also, the install is set to ‘custom’, and there are a whole lot more platforms and drivers set to download and install.

On my PC example on the right, I set it to ‘1r6u1’, and it snaps it to standard, and sets what I should be downloading and installing, which is wrong when compared to the example. I even set it to just ‘1r6’ and it still isn’t correct.

I tried 2 different methods. One was just installing the ‘standard’ drivers and programs. I also went ‘full’ and downloaded everything. Both methods ended wit the same issue: Unreal popping open that ‘missing components’ message.

Keep in mind that that one ‘step 6’ sentence: “Make sure that you are installing CodeWorks for Android 1r6u1 and then click the Next button.” is the only direction that is given.

I wanted to just copy what the documentation had set to install, but obviously it doesn’t show the whole list, just the top third of it.

This is the only difference between what the documentation asked of me, and what I did.

Is there anything I can do to fix this issue? Or is it something else entirely?

I ended up finding the resolution. Of course, it was incredibly simple.

Since this was a newer version of the sdk’s and drivers, I had to update the location URL’s in Android SDK in project settings. Badoi. How embarrassing.