Upgrading Titanium Android Module from 1.7.5 to 1.8.0.1 - titanium

I already created a Titanium Android module for C2DM Push notifications in Titanium version 1.7.5. Recently I have upgraded my Titanium studio to 1.8.0.1, when I try to run the module I created, the build quits by saying following error message
[DEBUG] Looking for Titanium Module id: com.xxx.yyyy.zzzz, version: 0.1, platform: android
[DEBUG] module_id = com.xxx.yyyy.zzzz
[ERROR] The 'apiversion' for 'com.xxx.yyyy.zzzz' in the module manifest is not a valid value. Please use a version of the module that has an 'apiversion' value of 2 or greater set in it's manifest file
=================
Thanks

I got worked on Android.
apiversion: 2
to be added on the manifest file. For further more reference check this URL.

Related

pub get failed Because circular_slider requires SDK version 2.12.0, version solving failed

I am learning flutter developpment and would like to make an interface using Sleek Circular Slider
When I follow the instruction for adding it in my flutter project, I have an error message when I "pub get". Can you help me please ?
The error message:
The current Dart SDK version is 2.9.1.
Because circular_slider requires SDK version 2.12.0, version solving failed.
pub get failed (1; Because circular_slider requires SDK version 2.12.0, version solving failed.)
Process finished with exit code 1
Here is my YAML file
name: circular_slider
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
sleek_circular_slider: ^2.0.1
cupertino_icons: ^0.1.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
It's ok, I uninstalled Flutter and Dart from Android Studio, then reinstalled them and I download and extract the last version of flutter, then replace the c:\flutter directory and everything is ok now

Titanium Appcelerator **BUILD FAILED**

Getting the following error when I try to run my program on an iOS device
[INFO] : Invoking xcodebuild
[ERROR] : ** BUILD FAILED **
There is no other information displayed in the console about why the build has failed. I don't think my code is the issue because
It runs fine on the simulator, and
I tried running an example "Hello World" app and the same error occurred
I have recently updated my certificates and provision profiles, which is when this error started occurring.
I am running:
Node.js Version = 8.9.1
npm Version = 5.5.1
Appcelerator studio Version = 5.1.1.201809051655
Titanium SDK Version = 7.5.0.GA
Xcode Version = 10.1
Based on other forum posts that I have read, I have tried:
Cleaning the project
Using an older version of the Titanium SDK
Deleting old provision profiles from Xcode
Deleting old certificates from the keychain
Assigning correct provision profile and certificate from Run > Run Configurations
Removing modules used on the project
Using devices with different versions of iOS
Really at a loss of what else to try. Any recommendations would be greatly appreciated.
You can run appc run -p ios --log-level trace which will invoke the xcodebuild command with the highest possible log level. After that, the actual error will be shown. Most likely you are using a 3rd party module that is missing a framework link. If you got the log, you can paste it into a GitHub Gist and send it here, then we can find it for sure.

Could not find a valid titanium module

I'm new on Appcelerator Titanium. I have old version a project. I want to upgrade my project, but I get an error. I used some method but didnt work. How can I solve this problem?
[INFO] : Found Titanium module id=ti.map version=3.1.2
platform=iphone deploy-type=development
path=/Users/krt/Library/Application
Support/Titanium/modules/iphone/ti.map/3.1.2
[WARN] : Could not find
a valid Titanium module id=com.adr.module version=latest
platform=iphone deploy-type=development
[INFO] : Found Titanium
module id=ti.cloud version=3.2.10 platform=commonjs
deploy-type=development path=/Users/krt/Library/Application
Support/Titanium/modules/commonjs/ti.cloud/3.2.10
[ERROR] : Could not
find all required Titanium Modules:
[ERROR] : id: com.adr.module
version: latest platform: iphone deploy-type: development
It seems you are trying to compile your project but you don't have com.adr.module on your computer.
If this module functionality is required for your application than you have to add this module to you Appcelerator Studio or remove the functionality.

couldn't find module alloy/sync/util

CLI version 3.2.0, Titanium SDK version 3.1.3.GA
the app runs fine in simulator but on device i get an error at start up
couldn't find module alloy/sync/util
error is correct as in build logs and on alloy directory i do not see util.js
i only see
[INFO] : - alloy/sync/localStorage.js
[INFO] : - alloy/sync/properties.js
[INFO] : - alloy/sync/sql.js
before upgrade of titanium studio the app worked fine on device
can some one tell me where did the util.js file go ? or i have add reference to that file ?
and yes my app is using migrations

Error running Appcelerator kitchensink example on android

I am new to titanium development. I tried to run kitchensink example of appcelerator titanium on windows platform with titanium SDK 1.7.5. The latest one. I am not able to run the kitchen sink example on android.
After compiling and installing this app debug info it's giving me following error.
[ERROR] Failed installing com.appcelerator.titanium: pkg: /data/local/tmp/app.apk
Thanks in advance.
Try Using API's version of android SDK. API's version is required for google maps.