Jump to content
Sign in to follow this  
limelect

New FMX project dose not launch

Recommended Posts

Working with D10.2.3 

I made a NEW  TOPIC !!

 

Start FMX project with nothing !!! JUST FORM !!! Run.

Phone  Android S21

   " cannot attach to lwp 14777 no such process (3) exiting"

changing     <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="26" /> to 26 did not help

Now what?

Any suggestions?

Obviously, I am stack

P.S

I return C:\Users\Public\Documents\Embarcadero\Studio\19.0\CatalogRepository\AndroidNDK-9c_19.0.27659.1188\platforms\android-14

from 19

Now I got "class segmention fault (11)"

I took off all uses except FMX.Forms still "cannot attach... "

Guies be careful not to rely on Delphi 10.2 . I do not know what about above that.

Luckily I have Android Studio

Edited by limelect

Share this post


Link to post

Last comment for your knowledge.

APK's done with Android Studio workes on Samsung S21 without any problems.

Delphi is great for Windows. I will still use it there.

 

Edited by limelect

Share this post


Link to post
20 hours ago, limelect said:

Working with D10.2.3 

 

Phone  Android S21

   " cannot attach to lwp 14777 no such process (3) exiting"

changing     <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="26" /> to 26 did not help

I don't know what OS version S21 uses, but 10.2.3 is rather old version. There are API changes in Android every year that can have impact on compatibility. 

 

Just changing targetSdkVersion does not generally help, because it is not just about changing the number. When you change that number you are saying that your application supports particular Android OS and its capabilities, while application you are building with old Delphi version will not fully support new OS. 

 

This is why for mobile development you need to keep current with latest Delphi as it has added support for newer versions of mobile OS.

Share this post


Link to post

@Dalija Prasnikar S21 ultra is the most advanced Samsung phone on the market.

If every phone I have to spend top $$$ to keep Embarcadero alive. This is not good.

I am NOT going to change Delphi every time a new Android phone is out there.

I am a private company that does not spend money as if I am Microsoft.

 

I use Android Studio too without any problem except that after over 30 years

I prefer Delphi IDE.

Android Studio IDE is bad. But the choice between spending top $$$ just to be updated

sorry I do not agree.

So my next Android project will be Android Studio with all the sorrow of it.

As I have no other choise.

 

P.S can I download a command line compiler so I will compile a project up to date?

Edited by limelect

Share this post


Link to post
32 minutes ago, limelect said:

@Dalija Prasnikar S21 ultra is the most advanced Samsung phone on the market.

If every phone I have to spend top $$$ to keep Embarcadero alive. This is not good.

I am NOT going to change Delphi every time a new Android phone is out there.

I am a private company that does not spend money as if I am Microsoft.

 

I am not questioning your decision, I am merely explaining why you cannot easily use older Delphi versions for mobile development. 

 

32 minutes ago, limelect said:

P.S can I download a command line compiler so I will compile a project up to date?

No. 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×