Hi Scott,
Thanks your advise. It work and I can compile the app bundle.
Regards
Terry Ho
Search found 6 matches
- Sat Aug 23, 2025 3:05 pm
- Forum: Android Deployment
- Topic: android unsupperted class error
- Replies: 2
- Views: 20877
- Fri Aug 22, 2025 2:48 pm
- Forum: Android Deployment
- Topic: android unsupperted class error
- Replies: 2
- Views: 20877
android unsupperted class error
Hi All
Does anyone face this before?
I just use Livecode 10-0-3 RC1 on MacBook, to upgrade my apps to use API35, which under google requirment, When make the standaline application. it come with the following error.
There was an error while saving the standalone application
could not encode ...
Does anyone face this before?
I just use Livecode 10-0-3 RC1 on MacBook, to upgrade my apps to use API35, which under google requirment, When make the standaline application. it come with the following error.
There was an error while saving the standalone application
could not encode ...
- Fri Sep 06, 2024 2:48 pm
- Forum: Android Deployment
- Topic: how to use api level 31 and billing library 601
- Replies: 4
- Views: 36483
Re: how to use api level 31 and billing library 601
Hi
Attach is screen shot that warning of apl level and bill library.
But it surprise to me that one of my app, does not show such warning, But I forget, which version of LIvecode (9 or 10 rc1) to make such bundle aab. Is there any place I can find in the bundle aab file to know which version ...
Attach is screen shot that warning of apl level and bill library.
But it surprise to me that one of my app, does not show such warning, But I forget, which version of LIvecode (9 or 10 rc1) to make such bundle aab. Is there any place I can find in the bundle aab file to know which version ...
- Tue Sep 03, 2024 3:06 pm
- Forum: Android Deployment
- Topic: how to use api level 31 and billing library 601
- Replies: 4
- Views: 36483
Re: how to use api level 31 and billing library 601
Hi,
If my apps is met the google policy, I will not see any google warning about the problem of my apps.
' After I submit the new version and turn to official release, the warning of API level 34 and bill library still at the top of my app info page.
So I don't know is there any setting in the ...
If my apps is met the google policy, I will not see any google warning about the problem of my apps.
' After I submit the new version and turn to official release, the warning of API level 34 and bill library still at the top of my app info page.
So I don't know is there any setting in the ...
- Sun Sep 01, 2024 5:26 am
- Forum: Android Deployment
- Topic: how to use api level 31 and billing library 601
- Replies: 4
- Views: 36483
how to use api level 31 and billing library 601
Hi
I had download the 9613 rc1 and 1000 rc1 and recompile my application, then submit to play store.
Which the api level is 26 or above and target sdk is 31
But my apps still fail to match api level 31 and bill library 601,
Does any one experience on it? is there any setting I need to ...
I had download the 9613 rc1 and 1000 rc1 and recompile my application, then submit to play store.
Which the api level is 26 or above and target sdk is 31
But my apps still fail to match api level 31 and bill library 601,
Does any one experience on it? is there any setting I need to ...
- Thu Sep 22, 2011 10:55 am
- Forum: iOS Deployment
- Topic: Ios date picker
- Replies: 6
- Views: 5866
Ios date picker
Hi all,
I make a simple stack which use to test the IOS date picker. I put the following code into a button script
on mouseUp
local tDateResult
// launch the date picker
iphonePickDate "date"
// get the result
put the result into tDateResult
// check and display the result in the text field ...
I make a simple stack which use to test the IOS date picker. I put the following code into a button script
on mouseUp
local tDateResult
// launch the date picker
iphonePickDate "date"
// get the result
put the result into tDateResult
// check and display the result in the text field ...