Android Question Remove Module

Firpas

Active Member
Licensed User
Longtime User
My App had an activity module to download files.

I´ve replaced this activity with a new service module and i've removed the old one (activity module)

When run the App, the compiler shows an error message:

B4A version 4.30
Parsing code. 0.31
Compiling code. Error
Module: scandownload not found.

I've I used the utility "Find All References" and "Find / Replace" witn no result found.

What is happening?

Thanks in advance
 

Firpas

Active Member
Licensed User
Longtime User
My App had an activity module to download files.

I´ve replaced this activity with a new service module and i've removed the old one (activity module)

When run the App, the compiler shows an error message:



I've I used the utility "Find All References" and "Find / Replace" witn no result found.

What is happening?

Thanks in advance

Resolved.

I Forgot to remove a reference in manifest.
 
Upvote 0
Top