Steps to create error in Delphi 10 Seattle.
Working: Create Blank Multi Device Application.
Save to "Dir1" set to target Android.
Add New Project to "ProjectGroup1", Android Service, Local Service.
Click "Save All" put service in Dir2 with projectgroup saving to the parent of Dir1 and Dir2.
Right click on service project and build. It will build.
Add to Blank Application and build and deploy.
Do all the above steps but choose anything other than Local Service and I get the error when trying to right click and build the service project:
[Exec Error] The command ""C:\Program Files\Java\jdk1.7.0_25\bin\javac" -d javaclasses -Xlint:deprecation -classpath "C:\Users\Public\Documents\Embarcadero\Studio\17.0\PlatformSDKs\android-sdk-windows\platforms\android-22\android.jar";"c:\program files (x86)\embarcadero\studio\17.0\lib\Android\Debug\fmx.jar" -bootclasspath "C:\Users\Public\Documents\Embarcadero\Studio\17.0\PlatformSDKs\android-sdk-windows\platforms\android-22\android.jar" -encoding UTF-8 -target 1.6 -g -source 1.6 .\Android\Debug\Project2.java .\Android\Debug\Project2ProxyInterface.java" exited with code 1.
What am I doing wrong?