During the time of using the program Flipabit I had to write code more than once. I will tell you some features that will definitely be useful to you. First, you need to understand that the program has a magic button, when you press it can get generated code. [2024-05-23_01-07-36] This button will help you in the very difficult moment when you either do not want or do not understand how to correctly describe a command. You just create this command in the visual editor of the actions…
I guess this the Action panel?
I set Action to Execute and Arguments to Script code.
I get this template:
function () {
return “”
}
Here, I’m stuck.
Is there a IDE similar to VisualStudio for example to write and debug code?
Also, when I try to generate an APK, I get a message telling there has been an error.
I see this:
BUILD SETTINGS
TARGET OS=2
ICON=
COLOR=#FFFFFF
BUILD_COLOR_RED=1.000
BUILD_COLOR_GREEN=1.000
BUILD_COLOR_BLUE=1.000
ORIENTATION=1
PROJECT FILE=https://pmas.s3.amazonaws.com/12662267d61f15d71db9b80a6160b095/ba74f0d851caf68a6e6fe1beb4790bbe/app.flp
DEVELOPER PROVISIONING PROFILE=
DISTRIBUTION PROVISIONING PROFILE=
DEVELOPER CERTIFICATE=
DEVELOPER CERTIFICATE ID=
DISTRIBUTUION CERTIFICATE=
BUILD_VERSION_SHORT=1.0
BUILD_VERSION=1.0.4
BUILD_NUMBER=3
BUILD_NUMBER64=4
PACKAGE_NAME=ControlHT
PACKAGE_ID=com.sedit.ControlHT
KEYSTORE_EXIST=true
KEYPASS=3f518e006992a2b257872d3ec6d6d850
GOOGLE_ANDROID_EXIST=false
GOOGLE_IOS_EXIST=false
PID=4925bd0214d96535a481bf997d70c0b7
FACEBOOK_APP_ID=null
NSMicrophoneUsageDescription=This app requires access to the microphone.
NSCameraUsageDescription=This app requires access to the camera.
NSPhotoLibraryUsageDescription=This app requires access to the photo library.
NSBluetoothPeripheralUsageDescription=This app requires access to the bluetooth.
NSBluetoothAlwaysUsageDescription=This app requires access to the bluetooth.
NSPhotoLibraryAddUsageDescription=This app requires access to the photo library.
NSContactsUsageDescription=This app requires access to the contacts.
NSLocationWhenInUseUsageDescription=This app requires access to the location.
NSLocationAlwaysAndWhenInUseUsageDescription=This app requires access to the location.
NSUserTrackingUsageDescription=
DEVICE_PLATFORM=1
FASTLANE_KEY_ID=
FASTLANE_ISSUER_ID=
FASTLANE_P8_EXISTS=false
FASTLANE_CER_EXISTS=false
FASTLANE_UPLOAD=0
BUILD_APPSTORE=-1
FLIPABIT_VERSION=251026
START DOWNLOADING PROJECT FILE
PROJECT FILE CRC/SIZE: 955275161 6750 cloud-flipabit-1/data.pma
START DOWNLOADING ICON
ICON FILE CRC/SIZE:
FOLDER SETTINGS
ADMOB_APP_ID:
MAGAZINE_SRC: app-os/app-1-simple
ANDROID_BUILD: app-os/build-android-1-simple
START DOWNLOADING CERTIFICATES
Keystore exist
-rw-r--r--
Generate android private key
SHA1 is 454E026A184897AF1A8A600BC72DB15110254F3B
FACEBOOK_SHA1 is RU4CahhIl68aimALxy2xURAlTzs=
START BUILDING
APK INFO
APK SIGNATURE
NO BUILD FOUND
I don’t see what is the error, and how to correct it.