Engine 4.8 download android sdk not working?

So I can’t seem to be able to download the Android SDK for 4.8, However I can for 4.10. My project is in 4.8, will this still work?

Denathorn,

You can create a copy of your project from 4.8 to 4.10 when you choose to open your project in 4.10. Go ahead and test it out, you should see a pop up that occurs asking if you’d like to create a copy, make sure to choose yes/ok.

Thanks!

Thank you. Say… aren’t you the staff member that helped "wilkinsbud " with the build fail of line “720” and “734”? I was just on that answer the other night, and it helped me, so thank you for that! Would you mind helping me with a few more? My project is failing the package because of different build fails.

Also, it seems like the android SDK that I downloaded under the 4.10 folder worked for my 4.8, unless that is what is creating the bug?

This is what is happening.

MainFrameActions: Packaging (Android (ETC1)): C:\android-sdk-windows\tools\ant\build.xml:653: The following error occurred while executing this line:
MainFrameActions: Packaging (Android (ETC1)): C:\android-sdk-windows\tools\ant\build.xml:698: null returned: 1

As well as this part:

BuildCommand.Execute: ERROR: BUILD FAILED
MainFrameActions: Packaging (Android (ETC1)): Program.Main: ERROR: AutomationTool terminated with exception:
MainFrameActions: Packaging (Android (ETC1)): Program.Main: ERROR: Exception in UnrealBuildTool: ERROR: cmd.exe failed with args /c “C://apache-ant-1.8.2/bin/ant.bat” debug
MainFrameActions: Packaging (Android (ETC1)): Stacktrace: at UnrealBuildTool.Android.UEDeployAndroid.RunCommandLineProgramAndThrowOnError(String WorkingDirectory, St
MainFrameActions: Packaging (Android (ETC1)): ring Command, String Params, String OverrideDesc, Boolean bUseShellExecute)

So it’s on line “653” and “698”.

Denathorn,

Could you please upload your full logs as a .txt file and attach it with your next reply? I would also suggest sending in a screenshot of your Android SDK and make sure that you have the Android SDK Manager set up correctly. To get to your Android SDK Manager, please go to: C:\android-sdk-windows\SDK Manager.exe

78885-androidsdk.png

Thank you for your help, I seemed to have fixed the issue, it was basically what this screenshot showed. Thank you!

You’re welcome!