Appcelerator titanium Mobile Module Project? - module

In Appcelerator Titanium to create a Mobile Module Project I am using titanium 1.8.2
and selected Mobile module Project and gave projectname & Appid but it shows message like "Target platform(s) not selected (Missing required Android Add-Ons[addon.+google.+apis.+7, addon.+google.+apis.+8])".Anybody know What should do

Launch the Android SDK Manager that is packaged in the Android SDK installer, and select the packages that need to be installed.

Related

difficulty in phone setup with android studio

Failed to install the following Android SDK packages as some licences have not been accepted.
build-tools;30.0.2 Android SDK Build-Tools 30.0.2
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html
Using Android SDK: /Users/harshit/Library/Android/sdk
Are you using Android Studio? if so try to install it from the Preferences > Appearance & Behavior > System Settings > Android SDK > Install Licensing Library and any other libraries that you are missing.

Error in USB debugging live testing in React Native

I am new to React Native and I install React Native and I want to test using y device (Realme 2).
Using USB debugging, but I am stuck on this same mobile using Android Studio runs in ADB.
This stucks at this position I await multiple 15m
info Starting JS server...
info Installing the app...
Configure project :app
File C:\Users\Muhammed Sajid Ali.android\repositories.cfg could not be loaded.
Checking the license for package Android SDK Platform 28 in D:\sajid\AndroidSdk\licenses
License for package Android SDK Platform 28 accepted.
Preparing "Install Android SDK Platform 28 (revision: 6)".
<======-------> 50% CONFIGURING [15m 0s]
:app
I solved this.
I earlier installed the Android SDK 8, 7.4.4, and 9 versions, but my mobile was 8.1. That’s why
it didn't start and it was downloading SDK 8.1. As I saw in the Android SDK folder, there was a new folder with some files.
Then I downloaded the 8.1 SDK, and it ran perfectly.
I think that was no problem with your compiler behavior, but I can suggest you to check if installing the app from USB is permitted in your phone's developer option and try to trigger the compiler with pressing return key (or enter) on the command line. That was working on mine.

Titanium app running on titanium sdk 3.4.0 but not on titanium sdk 3.5.0

Titanium app is running fine on titanium sdk 3.4.0 but when I updated titanium sdk to 3.5.0,the app is installing on device but application does not starts.I have not used any module,so I do not converted any module to 64 bit.
What should I do? I have created adhoc provisioning profile to test the app on device,but after updating to 3.5.0 titanium sdk,the app is not working..
Thanks...

Issue in installing Android platform 2.2

I am new to titanium, i already set Android sdk its working fine with my eclipse indigo. I mean i can able to launch android 2.2 google api emulator in that IDE. But In titanium it showing error message Items required An Android SDK is missing.Titanium requires Android platform 2.2 I have follow this post Titanium Studio cannot find Android SDK and fixed some path issues. But still i am getting same error. Need guidance to set up environment.

Titanium Studio My Application does not launch in Android emulator

I am new to Titanium studio and bothered by a problem: I installed Titanium sdk 1.7.1, android 2.2,android 2.1 updates on mac 10.6.6 and I am able to successfully launch android emulator but emulator does not launch any of my application even kitchen sink example..
[INSTALL_FAILED_MISSING_SHARED_LIBRARY] - this error says that application tries to use libraries, that your system doesn't contain. In most cases it tries to use Google API's (and KitchenSink too). So open 'tiapp.xml' in your project, click 'configure...' link and under 'Android' section choose android version with Google API's in 'Default Android SDK' text box. If no version with Google API's - install it using AVD.